Skip to content

Commit 097e015

Browse files
committed
Fix pep8 issue
1 parent f212250 commit 097e015

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

quark/script/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ def isDebuggable(self) -> bool:
7575
:return: True/False
7676
"""
7777
debuggable = self._getAttribute("debuggable")
78-
7978
if debuggable is None:
8079
return False
8180

0 commit comments

Comments
 (0)