Skip to content

Commit

Permalink
removed unused import of existing_filepath from test_data_preparation.py
Browse files Browse the repository at this point in the history
  • Loading branch information
evgueni-ovtchinnikov committed Apr 26, 2024
1 parent 61a60f9 commit a7b4756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Python/PET/test_data_preparation.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import os
from sirf.Utilities import examples_data_path, existing_filepath
from sirf.Utilities import examples_data_path

import importlib
pet = importlib.import_module('sirf.STIR')
Expand Down

0 comments on commit a7b4756

Please sign in to comment.