mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-09-20 14:27:42 +00:00
Use ruff linter to fix issues and provide consistent formatting
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
import logging
|
||||
|
||||
from core.data_store import DATA_STORE
|
||||
from providers.staticdata.file_download_static_data_provider import FileDownloadStaticDataProvider
|
||||
from providers.staticdata.file_download_static_data_provider import (
|
||||
FileDownloadStaticDataProvider,
|
||||
)
|
||||
|
||||
|
||||
class K0SWE(FileDownloadStaticDataProvider):
|
||||
@@ -44,5 +46,3 @@ class K0SWE(FileDownloadStaticDataProvider):
|
||||
except Exception:
|
||||
logging.exception("Exception when loading K0SWE dxcc.json.")
|
||||
return False
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user