Skip to content

Commit

Permalink
fix: use correct import name
Browse files Browse the repository at this point in the history
  • Loading branch information
rabii-chaarani committed Aug 26, 2024
1 parent 9bb5a8c commit 7cc3fc6
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LoopDataConverter/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .converters import LoopConverter
from .input import InputData
from .datatypes import SurveyName, Datatype
from .fields import NtgsM2lConfig
from .fields import NtgsConfig
Binary file modified LoopDataConverter/__pycache__/__init__.cpython-311.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion LoopDataConverter/fields/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
from ._ntgs import NtgsM2lConfig
from ._ntgs import NtgsConfig
Binary file modified LoopDataConverter/fields/__pycache__/__init__.cpython-311.pyc
Binary file not shown.

0 comments on commit 7cc3fc6

Please sign in to comment.