Skip to content

Commit

Permalink
fix some linting
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedNasser8 committed Jun 5, 2024
1 parent 9af85ce commit 2f08658
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/osipi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
from ._aif import aif_georgiou, aif_parker, aif_weinmann
from ._tissue import extended_tofts, tofts
# from ._aif import aif_georgiou, aif_parker, aif_weinmann
# from ._tissue import extended_tofts, tofts
2 changes: 1 addition & 1 deletion tests/test_aif.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def test_aif_georgiou():
t = np.arange(0, 6 * 60, 1)
try:
osipi.aif_georgiou(t)
except Exception as ex:
except Exception:
assert True
else:
assert False
Expand Down

0 comments on commit 2f08658

Please sign in to comment.