remove extra code

This commit is contained in:
Huy Pham 2020-02-20 10:02:13 -08:00
parent 87c9492d32
commit 20be527add

View file

@ -10,9 +10,6 @@ from core.gui.themes import FRAME_PAD, PADX, PADY, scale_fonts
if TYPE_CHECKING:
from core.gui.app import Application
WIDTH = 1000
HEIGHT = 800
class PreferencesDialog(Dialog):
def __init__(self, master: "Application", app: "Application"):