Skip to content

Commit 3e375c2

Browse files
committed
lint
1 parent 574c509 commit 3e375c2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/compas_viewer/viewer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020

2121
class Viewer(Singleton):
2222
def __init__(self, config: Optional[Config] = None, **kwargs):
23-
2423
self.running = False
2524
self.app = QApplication(sys.argv)
2625
self.app.setApplicationName("COMPAS Viewer")

0 commit comments

Comments
 (0)