Skip to content

Commit

Permalink
fixing for 3.12 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ampledata committed Jun 20, 2024
1 parent 14ff7c9 commit c5e28dd
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions aiscot/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,11 @@

DEFAULT_POLL_INTERVAL: int = 61

DEFAULT_MID_DB_FILE = os.getenv(
"MID_DB_FILE",
pkg_resources.resource_filename(
__name__,
"data/MaritimeIdentificationDigits-bb62983a-cf0e-40a1-9431-cd54eaeb1c85.csv",
),
DEFAULT_MID_DB_FILE = pkg_resources.resource_filename(
__name__,
"data/MaritimeIdentificationDigits-bb62983a-cf0e-40a1-9431-cd54eaeb1c85.csv",
)
DEFAULT_SHIP_DB_FILE = os.getenv(
"SHIP_DB_FILE",
pkg_resources.resource_filename(
__name__, "data/yadd_mmsi_ship_2023-02-11-001541.txt"
),

DEFAULT_SHIP_DB_FILE = pkg_resources.resource_filename(
__name__, "data/yadd_mmsi_ship_2023-02-11-001541.txt"
)

0 comments on commit c5e28dd

Please sign in to comment.