Skip to content

Commit

Permalink
fix: import
Browse files Browse the repository at this point in the history
  • Loading branch information
subarunrun0812 committed Aug 1, 2024
1 parent 4af1444 commit 40f30a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pong/realtime_typing_game/roommanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from asgiref.sync import async_to_sync
from threading import Lock
from enum import Enum, auto
from realtime_typing_game.typinggame import PongGame
from realtime_typing_game.typingGame import PongGame

import time

Expand Down

0 comments on commit 40f30a0

Please sign in to comment.