Skip to content

Commit 41cb285

Browse files
committed
remove __class_getitem__ from Sprite
1 parent 26754f4 commit 41cb285

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src_py/sprite.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,6 @@ class Sprite:
109109
110110
"""
111111

112-
__class_getitem__ = classmethod(types.GenericAlias)
113-
114112
def __init__(self, *groups):
115113
self.__g = {} # The groups the sprite is in
116114
self.__image: Optional[pygame.surface.Surface] = None

0 commit comments

Comments
 (0)