Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
leng-yue committed Aug 5, 2021
1 parent 16adfa7 commit b1939d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scrcpy_ui/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
from adbutils import adb
from PySide6.QtGui import QImage, QKeyEvent, QMouseEvent, QPixmap
from PySide6.QtWidgets import QApplication, QMainWindow
from .ui_main import Ui_MainWindow

import scrcpy

from .ui_main import Ui_MainWindow

app = QApplication([])


Expand Down

0 comments on commit b1939d5

Please sign in to comment.