Skip to content

Commit

Permalink
style: style fixes by ruff and autoformatting by black
Browse files Browse the repository at this point in the history
  • Loading branch information
rabii-chaarani authored and github-actions[bot] committed Aug 27, 2024
1 parent 8746bdb commit b8dbc71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions LoopDataConverter/fields/_ntgs/_ntgs_config.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
from ...datatypes.enums import Datatype


class NtgsConfig:
def __init__(self):
self.fold_config ={
self.fold_config = {
"structtype_column": "FoldEvent",
"fold_text": "FeatDesc",
"description_column": "Desc",
Expand All @@ -14,7 +13,7 @@ def __init__(self):
"axial_plane_dipdir_column": "AxPlDipDir",
"axial_plane_dip_column": "AxPlDip",
"interp_source_column": "InterpSrce",
}
}

self.fault_config = {
"structtype_column": "FaultType",
Expand Down
1 change: 0 additions & 1 deletion LoopDataConverter/file_readers/_file_readers.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,4 +161,3 @@ def __call__(self):

def save(self, datatype, file_path, file_extension=None):
self._reader[datatype].save(file_path, file_extension)

0 comments on commit b8dbc71

Please sign in to comment.