File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,6 @@ class StagpyError(Exception):
2020 catch this exception.
2121 """
2222
23- pass
24-
2523
2624class NoSnapshotError (StagpyError ):
2725 """Raised when no snapshot can be found.
@@ -86,8 +84,6 @@ def __init__(self, parfile: PathLike):
8684class NotAvailableError (StagpyError ):
8785 """Raised when a feature is not available yet."""
8886
89- pass
90-
9187
9288class ParsingError (StagpyError ):
9389 """Raised when a parsing error occurs.
@@ -174,8 +170,6 @@ def __init__(self, zoom: float):
174170class MissingDataError (StagpyError , KeyError ):
175171 """Raised when requested data is not present in output."""
176172
177- pass
178-
179173
180174class UnknownVarError (StagpyError , KeyError ):
181175 """Raised when invalid var is requested.
@@ -192,16 +186,10 @@ def __init__(self, varname: str):
192186class UnknownFieldVarError (UnknownVarError ):
193187 """Raised when invalid field var is requested."""
194188
195- pass
196-
197189
198190class UnknownRprofVarError (UnknownVarError ):
199191 """Raised when invalid rprof var is requested."""
200192
201- pass
202-
203193
204194class UnknownTimeVarError (UnknownVarError ):
205195 """Raised when invalid time var is requested."""
206-
207- pass
You can’t perform that action at this time.
0 commit comments