Geometry: Fix pep8.

setup.py
Pierre-Antoine Rouby 2024-01-09 10:20:34 +01:00
parent 84cf693528
commit 134c66d51c
3 changed files with 1 additions and 2 deletions

View File

@ -519,7 +519,6 @@ class Reach(SQLSubModel):
self._update_profile_numbers()
return imported_profiles
@timer
def read_file_st(self, filename):
"""Read the ST file

View File

@ -198,7 +198,6 @@ class GeometryReachTableModel(PamhyrTableModel):
self.layoutAboutToBeChanged.emit()
self.layoutChanged.emit()
def duplicate(self, rows, profiles):
self.layoutAboutToBeChanged.emit()

View File

@ -194,6 +194,7 @@ class DuplicateCommand(QUndoCommand):
for profile in self._profiles:
self._reach.insert_profile(self._rows[0], profile)
class ImportCommand(QUndoCommand):
def __init__(self, reach, row, filename):
QUndoCommand.__init__(self)