Skip to content

Commit

Permalink
fix: run ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
merydian authored and koebi committed Dec 21, 2023
1 parent fc243aa commit 121434b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ORStools/gui/ORStoolsDialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,11 @@
QgsFeature,
QgsPointXY,
QgsGeometry,
QgsFields,
QgsField,
QgsCoordinateReferenceSystem,
)
from qgis.gui import QgsMapCanvasAnnotationItem

from PyQt5.QtCore import QSizeF, QPointF, QCoreApplication, QVariant
from PyQt5.QtCore import QSizeF, QPointF, QCoreApplication
from PyQt5.QtGui import QIcon, QTextDocument
from PyQt5.QtWidgets import QAction, QDialog, QApplication, QMenu, QMessageBox, QDialogButtonBox

Expand Down

0 comments on commit 121434b

Please sign in to comment.