Skip to content

Commit

Permalink
removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
situx committed Oct 7, 2024
1 parent 430fefd commit 189454e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/query/data/querylayertask.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ def addFeatureToCorrectCollection(self,feature,features,nongeofeatures,crsset):
crsset.add(feature["crs"])
del feature["crs"]


## Processes query results and reformats them to a QGIS layer.
# @param self The object pointer.
# @param results The query results
Expand All @@ -127,8 +128,7 @@ def processResults(self, results, reproject, mandatoryvars, geooptional):
properties={}
item = ""
crsset=set()
QgsMessageLog.logMessage('Processing results....',
MESSAGE_CATEGORY, Qgis.Info)
QgsMessageLog.logMessage('Processing results....',MESSAGE_CATEGORY, Qgis.Info)
lastaddeditem=""
for result in results["results"]["bindings"]:
if self.concept is not None and "item" not in result:
Expand Down

0 comments on commit 189454e

Please sign in to comment.