Skip to content

Commit

Permalink
style: fix isort import order
Browse files Browse the repository at this point in the history
  • Loading branch information
aentwist committed Sep 7, 2024
1 parent 18e346a commit ae74144
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scrcpy_ui/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@
from adbutils import adb
from PySide6.QtGui import QImage, QKeyEvent, QMouseEvent, QPixmap, Qt
from PySide6.QtWidgets import QApplication, QMainWindow, QMessageBox
from ui_main import Ui_MainWindow

import scrcpy

from ui_main import Ui_MainWindow

if not QApplication.instance():
app = QApplication([])
else:
Expand Down

0 comments on commit ae74144

Please sign in to comment.