Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
yangdanny97 committed Nov 19, 2024
1 parent dd37f66 commit 1afc37a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fixit/rules/use_builtin_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
from typing import Set

import libcst
from libcst.metadata import QualifiedNameProvider, ScopeProvider

from fixit import Invalid, LintRule, Valid
from libcst.metadata import QualifiedNameProvider, ScopeProvider


REPLACE_TYPING_TYPE_ANNOTATION: str = (
Expand Down

0 comments on commit 1afc37a

Please sign in to comment.