Skip to content

Commit 29c8011

Browse files
committed
format
1 parent 345cf31 commit 29c8011

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src_c/_blit_info.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,3 @@ typedef struct {
2222
SDL_BlendMode dst_blend;
2323
} SDL_BlitInfo;
2424
#endif // BLIT_INFO_H
25-

src_py/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ def warn(self):
8383
except ImportError:
8484
print(message)
8585

86+
8687
# This is a special loader for WebAssembly platform
8788
# where pygame is in fact statically linked
8889
# mixing single phase (C) and multiphase modules (cython)
@@ -93,7 +94,6 @@ def warn(self):
9394
pygame_static = None
9495

9596
if pygame_static:
96-
9797
pygame = sys.modules[__name__]
9898

9999
pygame.Color = pygame.color.Color

0 commit comments

Comments
 (0)