Skip to content

Commit

Permalink
fixup! Liberalize
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtylerwalls committed May 13, 2023
1 parent 65c4aa9 commit cb7804c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylint/lint/pylinter.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import tokenize
import traceback
from collections import defaultdict
from collections.abc import Callable, Iterator, Sequence
from collections.abc import Callable, Iterable, Iterator, Sequence
from io import TextIOWrapper
from pathlib import Path
from re import Pattern
Expand Down

0 comments on commit cb7804c

Please sign in to comment.