Skip to content

Commit

Permalink
Unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
ghyadav committed Jan 16, 2025
1 parent 8fd5a4b commit 4225912
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), "..")))

from eval_common import _ua_patcher # noqa: F401 # Module imported but unused
from eval_common import _ua_patcher # noqa: F401, E402 # Module imported but unused
import preprocess # noqa: E402
import evaluate # noqa: E402
import postprocess # noqa: E402
Expand Down

0 comments on commit 4225912

Please sign in to comment.