Skip to content

Commit 5676bc7

Browse files
committed
Appease the linter.
1 parent bfd07e0 commit 5676bc7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

typed_python/types_serialization_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1988,7 +1988,6 @@ class Base(Class):
19881988
def __add__(self, other: Base) -> Base:
19891989
return Child(bases=[self, other])
19901990

1991-
19921991
class Child(Base, Final):
19931992
bases = Member(ListOf(Base))
19941993

0 commit comments

Comments
 (0)