Skip to content

Commit 323cbd7

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 41c00ca commit 323cbd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-data/unit/check-functions.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3241,4 +3241,4 @@ class Base:
32413241

32423242
class Derived(Base):
32433243
def foo(self): # E: Cannot override final attribute "foo" (previously declared in base class "Base")
3244-
pass
3244+
pass

0 commit comments

Comments
 (0)