Skip to content

Commit d17c059

Browse files
authored
Update README.md
1 parent 87e8e6f commit d17c059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Basically, this, but handles different operations (like usage of `nonlocal`, aug
1717
- Keeps mypy happy.
1818
- Ignores global variables to avoid confusion with the type aliases like `Fruit = Apple | Banana`.
1919
- Ignores class variables: it is common to use `typing.ClassVar` instead of `typing.Final`.
20-
- Adds global `typing` import if it's not imported yet.
20+
- Adds global import if it's not imported yet.
2121
- Inspects one file at a time.
2222

2323
## How To Use

0 commit comments

Comments
 (0)