Fixed bad import bug. Dunno how the code got in there
This commit is contained in:
parent
24dac33257
commit
aa9e918df0
|
@ -2,8 +2,6 @@
|
||||||
import PySimpleGUI as sg
|
import PySimpleGUI as sg
|
||||||
from time import sleep
|
from time import sleep
|
||||||
|
|
||||||
from docutils.nodes import title
|
|
||||||
|
|
||||||
sg.theme('Dark Blue 3')
|
sg.theme('Dark Blue 3')
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue