Skip to content
This repository was archived by the owner on Mar 31, 2020. It is now read-only.

Commit e65f721

Browse files
committed
Linting
1 parent 7f573ca commit e65f721

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/splash.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
import tkinter as tk
21
import json
32

43
from .view import Window, View
5-
from . import widget, DOCS, IMAGES
4+
from . import widget, DOCS
65

76

87
class Question(widget.PrimaryFrame):
@@ -53,6 +52,5 @@ def init(self):
5352
self.title.pack(fill='x', pady=20)
5453
self.btn_confirm.pack(side='bottom', expand=True)
5554

56-
5755
def begin(self):
58-
pass
56+
pass

0 commit comments

Comments
 (0)