Skip to content

Commit

Permalink
Removed unusued
Browse files Browse the repository at this point in the history
  • Loading branch information
benvanbasten-ns committed Sep 22, 2023
1 parent 5e68e7a commit 017dc05
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 939 deletions.
44 changes: 0 additions & 44 deletions tests/test_geo_utils.py

This file was deleted.

47 changes: 0 additions & 47 deletions tests/test_utils.py

This file was deleted.

3 changes: 3 additions & 0 deletions threedi_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
from qgis.PyQt.QtWidgets import QAction
from ThreeDiToolbox import resources
from ThreeDiToolbox.misc_tools import About
from ThreeDiToolbox.tool_result_selection.models import TimeseriesDatasourceModel
from ThreeDiToolbox.tool_result_selection.result_selection import ThreeDiResultSelection
from ThreeDiToolbox.utils import color
from ThreeDiToolbox.utils import styler
Expand Down Expand Up @@ -30,6 +31,8 @@ def __init__(self, iface):
self.actions = []
self.menu = "&3Di toolbox"

self.ts_datasources = TimeseriesDatasourceModel()

# Set toolbar and init a few toolbar widgets
self.toolbar = self.iface.addToolBar("ThreeDiToolbox")

Expand Down
15 changes: 0 additions & 15 deletions utils/geo_utils.py

This file was deleted.

Loading

0 comments on commit 017dc05

Please sign in to comment.