Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
bloomonkey committed Aug 16, 2023
1 parent 10de6d0 commit f5ef14d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_predictors.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"""
from datetime import datetime
from inspect import signature, iscoroutine
from inspect import signature
from typing import Union
from unittest.mock import patch

Expand Down

0 comments on commit f5ef14d

Please sign in to comment.