Skip to content

Commit

Permalink
Black formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
timlinux committed Sep 22, 2024
1 parent 253afb8 commit d2dd45e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions geest/gui/tree_panel.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import json
import os
from qgis.PyQt.QtWidgets import (
QDockWidget,
QTreeView,
Expand All @@ -18,8 +20,6 @@
from qgis.PyQt.QtCore import QPoint, Qt, QTimer
from qgis.PyQt.QtGui import QMovie
from qgis.core import QgsMessageLog, Qgis, QgsLogger
import json
import os
from .geest_treeview import CustomTreeView, JsonTreeModel
from .setup_panel import SetupPanel
from .layer_detail_dialog import LayerDetailDialog
Expand Down

0 comments on commit d2dd45e

Please sign in to comment.