Skip to content

Commit

Permalink
Update fixit/rules/use_assert_in.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jimmy Lai <[email protected]>
  • Loading branch information
dkteo and jimmylai authored Dec 3, 2020
1 parent 0434d2c commit b1a7d68
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fixit/rules/use_assert_in.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
import libcst.matchers as m
from libcst.helpers import ensure_type

from fixit.common.base import CstLintRule
from fixit.common.utils import InvalidTestCase as Invalid, ValidTestCase as Valid
from fixit import CstLintRule, InvalidTestCase as Invalid, ValidTestCase as Valid


class UseAssertInRule(CstLintRule):
Expand Down

0 comments on commit b1a7d68

Please sign in to comment.