Skip to content

Commit 44428dd

Browse files
committed
No need for try: except: in debug
1 parent b008907 commit 44428dd

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/debug.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,8 @@
4242

4343
from six.moves import configparser
4444

45-
try:
46-
import helper_startup
47-
import state
48-
except ImportError:
49-
from . import helper_startup, state
45+
import helper_startup
46+
import state
5047

5148
helper_startup.loadConfig()
5249

0 commit comments

Comments
 (0)