Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Olender committed Nov 18, 2024
1 parent 457c91c commit 749ebba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/test_cpw_calc.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

def is_seismicmesh_installed():
try:
import SeismicMesh
import SeismicMesh # noqa: F401
return True
except ImportError:
return False
Expand Down
2 changes: 1 addition & 1 deletion test/test_seismicmesh_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

def is_seismicmesh_installed():
try:
import SeismicMesh
import SeismicMesh # noqa: F401
return True
except ImportError:
return False
Expand Down

0 comments on commit 749ebba

Please sign in to comment.