commit | 64926282eb3920e29525ea83e68306be771a94b8 | [log] [tgz] |
---|---|---|
author | Jacob Walls <jacobtylerwalls@gmail.com> | Sat Dec 07 20:57:44 2024 -0500 |
committer | Jacob Walls <jacobtylerwalls@gmail.com> | Sat Dec 07 20:57:44 2024 -0500 |
tree | 0231aaf93805914e725cca40e95638eae270d8da | |
parent | 4e182bd698bffa278f55c0253b91286cefd175d9 [diff] |
x2
diff --git a/astroid/brain/brain_collections.py b/astroid/brain/brain_collections.py index a93221e..462c85a 100644 --- a/astroid/brain/brain_collections.py +++ b/astroid/brain/brain_collections.py
@@ -20,7 +20,7 @@ def _collections_transform(): return parse( - ("import _collections_abc as abc" if PY313_PLUS and not PY313_0 else "") + (" import _collections_abc as abc" if PY313_PLUS and not PY313_0 else "") + """ class defaultdict(dict): default_factory = None