MainWindow: Fix pep8.

setup.py
Pierre-Antoine Rouby 2024-01-24 11:46:30 +01:00
parent 3be2973032
commit ad59afc4f5
1 changed files with 3 additions and 1 deletions

View File

@ -954,7 +954,9 @@ class ApplicationWindow(QMainWindow, ListedSubWindow, WindowToolKit):
doc.show()
def open_doc_user(self):
self.open_doc(f"https://gitlab.irstea.fr/theophile.terraz/pamhyr/-/wikis/home")
self.open_doc(
"https://gitlab.irstea.fr/theophile.terraz/pamhyr/-/wikis/home"
)
def open_doc_dev(self, ext="pdf"):
self.open_doc(f"Pamhyr2-dev.{ext}")