Skip to content

Commit

Permalink
deleted unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
stewarthe6 committed Dec 3, 2024
1 parent 36c38ec commit d11ee2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atomsci/ddm/test/integrative/seed_test/test_seed_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

import sys
sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
from integrative_utilities import extract_seed, get_test_set, find_best_test_metric
from integrative_utilities import extract_seed, find_best_test_metric

#-------------------------------------------------------------------
"""
Expand Down

0 comments on commit d11ee2c

Please sign in to comment.