mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-22 14:56:17 +00:00
Fix imports
This commit is contained in:
parent
9b6030414c
commit
dc51296d20
1 changed files with 1 additions and 3 deletions
|
|
@ -1,8 +1,6 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
import os
|
||||
import sys
|
||||
import time
|
||||
import os, sys, time
|
||||
|
||||
from PyQt5.QtCore import Qt, QEvent, QThread, pyqtSignal, QRect, QRectF, QTimer, QPoint
|
||||
from PyQt5.QtWidgets import QApplication, QWidget, QDesktopWidget, QLabel
|
||||
|
|
|
|||
Loading…
Reference in a new issue