From 8088b32661e21eace69eecbb155d755559afb2a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Sp=C3=A1=C4=8Dil?= Date: Mon, 16 Mar 2026 14:01:32 +0100 Subject: [PATCH] removed unnecessary imports --- amcr_viewer/amcr_tools.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/amcr_viewer/amcr_tools.py b/amcr_viewer/amcr_tools.py index f5bf1d6..bfe3eda 100644 --- a/amcr_viewer/amcr_tools.py +++ b/amcr_viewer/amcr_tools.py @@ -1,16 +1,13 @@ # -*- coding: utf-8 -*- -from qgis.gui import QgsMapToolIdentifyFeature from qgis.core import (QgsProject, QgsVectorLayer, QgsFeature, QgsGeometry, QgsField, QgsCoordinateReferenceSystem, QgsCoordinateTransform, - QgsWkbTypes, QgsRelation, QgsPolymorphicRelation, QgsEditorWidgetSetup, Qgis) + QgsWkbTypes, QgsPolymorphicRelation, QgsEditorWidgetSetup, Qgis) from qgis.utils import iface from qgis.PyQt.QtCore import Qt, QMetaType -from qgis.PyQt.QtWidgets import QMessageBox, QApplication +from qgis.PyQt.QtWidgets import QApplication from qgis.PyQt.QtGui import QCursor import requests import json -import xml.etree.ElementTree as ET -import re # Global cache to store translated terms from the Digital Archive TRANSLATIONS = {}