Skip to content

Commit

Permalink
Update game_manager/game_manager.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
gitauto-ai[bot] authored Oct 24, 2024
1 parent 08bfbf8 commit 06c22b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions game_manager/game_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# -*- coding: utf-8 -*-

import sys
from PyQt5.QtWidgets import QMainWindow, QFrame, QDesktopWidget, QApplication, QHBoxLayout, QLabel
from PyQt5.QtCore import Qt, QBasicTimer, pyqtSignal
from PyQt5.QtGui import QPainter, QColor, QFont
from PyQt6.QtWidgets import QMainWindow, QFrame, QDesktopWidget, QApplication, QHBoxLayout, QLabel
from PyQt6.QtCore import Qt, QBasicTimer, pyqtSignal
from PyQt6.QtGui import QPainter, QColor, QFont

from board_manager import BOARD_DATA, Shape
from block_controller import BLOCK_CONTROLLER
Expand Down

0 comments on commit 06c22b0

Please sign in to comment.