Removed functools and operator import which are not needed anymore

Signed-off-by: Andreas Florath <andreas@florath.net>
This commit is contained in:
Andreas Florath 2023-12-01 16:15:31 +01:00
parent a04c6a27e8
commit f7d40ce31c

View File

@ -21,9 +21,7 @@
# See the README file for information on usage and redistribution. # See the README file for information on usage and redistribution.
# #
import functools
import math import math
import operator
class Stat: class Stat: