mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-06-24 13:45:11 +00:00
Fix some IDE warnings, mostly around type safety on the Python side
This commit is contained in:
@@ -28,7 +28,8 @@ class GIROIonosonde(SolarConditionsProvider):
|
||||
self._thread = None
|
||||
self._stop_event = Event()
|
||||
|
||||
def _load_stations(self):
|
||||
@staticmethod
|
||||
def _load_stations():
|
||||
stations = []
|
||||
with open(STATIONS_INDEX, newline='') as f:
|
||||
for row in csv.reader(f):
|
||||
|
||||
Reference in New Issue
Block a user