Remove redundant variable
This commit is contained in:
parent
6716d5003b
commit
5eb6d2885f
@ -286,9 +286,6 @@ if __name__ == "__main__":
|
|||||||
# file where last run timestamp is stored
|
# file where last run timestamp is stored
|
||||||
timefile = os.path.join(srcfolder, "run.time")
|
timefile = os.path.join(srcfolder, "run.time")
|
||||||
|
|
||||||
# list of non-linear normalizations
|
|
||||||
nonlinear_all: Optional[list[Any]] = []
|
|
||||||
|
|
||||||
# get time of previous run
|
# get time of previous run
|
||||||
if reset:
|
if reset:
|
||||||
timeprev = 0
|
timeprev = 0
|
||||||
|
Loading…
Reference in New Issue
Block a user