From b421da04e59e8b10f056a7615ebabdb42c3802aa Mon Sep 17 00:00:00 2001 From: Greg Albrecht Date: Wed, 19 Jun 2024 23:52:52 -0700 Subject: [PATCH] fixing for 3.12 tests --- aiscot/constants.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/aiscot/constants.py b/aiscot/constants.py index f46d6f4..3f0b5c6 100644 --- a/aiscot/constants.py +++ b/aiscot/constants.py @@ -60,6 +60,3 @@ DEFAULT_COT_TYPE: str = "a-u-S-X-M" DEFAULT_POLL_INTERVAL: int = 61 - - -DEFAULT_SHIP_DB_FILE = find(__name__, "data/yadd_mmsi_ship_2023-02-11-001541.txt")