Remove redundant variable

This commit is contained in:
exu 2024-06-07 20:50:02 +02:00
parent 6716d5003b
commit 5eb6d2885f

View File

@ -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