Skip to content

Commit e358e77

Browse files
committed
Clean up local variables to make stubtest happy
1 parent 9971576 commit e358e77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src_py/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,7 @@ def __color_reduce(c):
413413
f"pygame-ce {ver} (SDL {'.'.join(map(str, get_sdl_version()))}, "
414414
f"Python {python_version})"
415415
)
416+
del python_version, python_implementation
416417

417418
# cleanup namespace
418419
del pygame, os, sys, platform, MissingModule, copyreg, packager_imports

0 commit comments

Comments
 (0)