Skip to content

Commit

Permalink
style: run ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
merydian committed Apr 26, 2024
1 parent 4f737eb commit 73ac6a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions ORStools/proc/base_processing_algorithm.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
* *
***************************************************************************/
"""

from PyQt5.QtCore import QCoreApplication, QSettings
from qgis.core import (
QgsProcessing,
Expand Down
1 change: 1 addition & 0 deletions ORStools/utils/configmanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
* *
***************************************************************************/
"""

import os

import yaml
Expand Down
1 change: 1 addition & 0 deletions ORStools/utils/processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
* *
***************************************************************************/
"""

import os
from qgis.core import QgsPointXY

Expand Down

0 comments on commit 73ac6a0

Please sign in to comment.