Merge pull request #2998 from PySimpleGUI/Dev-latest

Fixed bad import bug.  Dunno how the code got in there
This commit is contained in:
PySimpleGUI 2020-06-11 09:41:35 -04:00 committed by GitHub
commit b069c37042
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -2,8 +2,6 @@
import PySimpleGUI as sg
from time import sleep
from docutils.nodes import title
sg.theme('Dark Blue 3')
"""