Skip to content

Commit

Permalink
chore: ruff format
Browse files Browse the repository at this point in the history
  • Loading branch information
koebi committed Aug 30, 2024
1 parent 3bdc804 commit 40defc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ORStools/ORStoolsPlugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def __init__(self, iface: QgisInterface) -> None:
QCoreApplication.installTranslator(self.translator)
except TypeError:
pass

self.add_default_provider_to_settings()

def initGui(self) -> None:
Expand Down

0 comments on commit 40defc3

Please sign in to comment.