8000 x2 · pylint-dev/astroid@6492628 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6492628

Browse files
x2
1 parent 4e182bd commit 6492628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroid/brain/brain_collections.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
def _collections_transform():
2222
return parse(
23-
("import _collections_abc as abc" if PY313_PLUS and not PY313_0 else "")
23+
(" import _collections_abc as abc" if PY313_PLUS and not PY313_0 else "")
2424
+ """
2525
class defaultdict(dict):
2626
default_factory = None

0 commit comments

Comments
 (0)
0