[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2025-04-02 13:04:58 +00:00
parent 2bffbb6e43
commit e4c1f2a76f
1 changed files with 0 additions and 2 deletions

View File

@ -74,8 +74,6 @@ PRECISION = {
}
def normalize(x, min_val, max_val):
return (x - min_val) / (max_val - min_val)