Skip to content

Commit

Permalink
small improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Gpetrak committed Nov 29, 2024
1 parent 2da90c7 commit 77ce570
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/qgis_geonode/apiclient/geonode_api_v2.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
"""API client class for GeoNode 4"""

import datetime as dt
import json
import typing
import uuid

import qgis.core
import qgis.utils
from qgis.PyQt import (
QtCore,
QtNetwork,
)

from .. import network
Expand Down
1 change: 0 additions & 1 deletion src/qgis_geonode/gui/geonode_data_source_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
from ..gui.search_result_widget import SearchResultWidget
from .. import network
from ..utils import (
log,
tr,
)
from ..conf import plugin_metadata
Expand Down

0 comments on commit 77ce570

Please sign in to comment.