mirror of
https://github.com/EyeTrackVR/EyeTrackVR.git
synced 2025-11-04 14:39:42 +08:00
remove unused imports
This commit is contained in:
parent
fe01805c1f
commit
68a0a291d3
@ -8,10 +8,7 @@ from settings_widget import SettingsWidget
|
|||||||
import queue
|
import queue
|
||||||
import threading
|
import threading
|
||||||
import PySimpleGUI as sg
|
import PySimpleGUI as sg
|
||||||
import sys
|
|
||||||
import os
|
import os
|
||||||
import urllib.request
|
|
||||||
import webbrowser
|
|
||||||
import requests
|
import requests
|
||||||
from winotify import Notification
|
from winotify import Notification
|
||||||
os.system('color') # init ANSI color
|
os.system('color') # init ANSI color
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user