Skip to content

Commit 603d9d8

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 598cb0a commit 603d9d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroid/bases.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def _is_property(
102102
module, _ = value.lookup(value.name)
103103
if isinstance(module, nodes.Module) and module.name == "functools":
104104
return True
105-
with open("line105.txt", "wt"):
105+
with open("line105.txt", "w"):
106106
pass
107107
continue
108108

0 commit comments

Comments
 (0)