Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mafrahm committed Nov 27, 2023
1 parent 7dfabd8 commit b3fd898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hbw/ml/stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ def ml_preparation_init(self):
if not getattr(self.task, "dataset_inst", None) or self.task.dataset_inst.is_data:
return

self.uses.add( "normalization_weight")
self.uses.add("normalization_weight")

0 comments on commit b3fd898

Please sign in to comment.