Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 28, 2023
1 parent 3f99a4d commit 148130d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions elk/evaluation/evaluate.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,12 @@

from ..files import elk_reporter_dir, memorably_named_dir
from ..training.preprocessing import normalize
from ..utils import (assert_type, int16_to_float32, select_train_val_splits,
select_usable_devices)
from ..utils import (
assert_type,
int16_to_float32,
select_train_val_splits,
select_usable_devices,
)


@dataclass
Expand Down

0 comments on commit 148130d

Please sign in to comment.