Skip to content

Commit

Permalink
[#161] Ignore flake8 unused import error
Browse files Browse the repository at this point in the history
  • Loading branch information
riley-harper committed Nov 14, 2024
1 parent 010f3f5 commit a865825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hlink/tests/core/classifier_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from hlink.linking.core.classifier import choose_classifier

try:
import xgboost
import xgboost # noqa: F401
except ModuleNotFoundError:
xgboost_available = False
else:
Expand Down

0 comments on commit a865825

Please sign in to comment.