File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1616import pysolar .solar # type: ignore[import-untyped]
1717import pytz # type: ignore[import-untyped]
1818import redis
19- from redis .exceptions import RedisError , ConnectionError
2019import timezonefinder # type: ignore[import-untyped]
2120from geopy .geocoders import Nominatim # type: ignore[import-untyped]
2221from metno_locationforecast import Forecast , Place # type: ignore[import-untyped]
22+ from redis .exceptions import ConnectionError , RedisError
2323
2424# Quiet the specific pysolar leap-second message so it doesn't spam logs
2525warnings .filterwarnings (
Original file line number Diff line number Diff line change 11# https://docs.python.org/3/library/unittest.html
22
3- import unittest
43import datetime
5- import pytz
6- import fingr
4+ import unittest
75from threading import Thread
8- from fakeredis import TcpFakeServer
6+
7+ import pytz
98import redis
9+ from fakeredis import TcpFakeServer
10+
11+ import fingr
1012
1113verbose = True
1214
You can’t perform that action at this time.
0 commit comments