Skip to content

Commit 334e2f4

Browse files
committed
cleanup imports
1 parent 911fffc commit 334e2f4

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

make_biometry_IML-2023-011.py

-4
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,8 @@
44
import logging
55
from andes_migrate.biometrie_petoncle import BiometriePetoncle
66

7-
from andes_migrate.capture_mollusque import CaptureMollusque
87
from andes_migrate.oracle_helper import OracleHelper
98
from andes_migrate.projet_mollusque import ProjetMollusque
10-
from andes_migrate.trait_mollusque import TraitMollusque
11-
from andes_migrate.engin_mollusque import EnginMollusque
12-
from andes_migrate.freq_long_mollusque import FreqLongMollusque
139
from andes_migrate.andes_helper import AndesHelper
1410

1511

make_biometry_IML-2024-008.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
ref = OracleHelper(access_file=access_file)
1818

1919

20-
# INPUT VALUES
20+
# INPUT VALUES
21+
# re-do with 16E and 16F
2122
no_notification = "IML-2024-008E"
2223
zone = "16E"
2324
espece = "pétoncle"

0 commit comments

Comments
 (0)