Skip to content

Commit

Permalink
removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Samweli committed Dec 16, 2024
1 parent fec65a3 commit d994917
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions LDMP/dataset_additional_metadata.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import os
from pathlib import Path

from qgis.PyQt import QtCore, QtGui, QtWidgets, uic

from LDMP.utils import log
from qgis.PyQt import QtWidgets, uic

DatasetAdditionalMetadataUi, _ = uic.loadUiType(
str(Path(__file__).parents[0] / "gui/DlgDatasetAdditionalMetadata.ui")
Expand Down

0 comments on commit d994917

Please sign in to comment.