Skip to content

Commit

Permalink
fix pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
davebulaval committed Jul 10, 2023
1 parent 71a6538 commit d79d40f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cli/test_retrain.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
from typing import List
from unittest import skipIf
from unittest.mock import patch

import pytest
from argparse import ArgumentError

from deepparse.cli import retrain
from deepparse.cli.retrain import get_args, parse_retrained_arguments
Expand Down

0 comments on commit d79d40f

Please sign in to comment.