Skip to content

Commit b00450d

Browse files
committed
fix: remove unnecessary blank line in LoopstructuralPlugin class
1 parent 7123388 commit b00450d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

loopstructural/plugin_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def __init__(self, iface: QgisInterface):
5959
self.model_manager = GeologicalModelManager(
6060
)
6161
self.data_manager.set_model_manager(self.model_manager)
62-
62+
6363
def injectLogHandler(self):
6464
import LoopStructural
6565
import logging

0 commit comments

Comments
 (0)