Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
ataymano committed Oct 30, 2023
1 parent f730eef commit 5dd6703
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/learn_to_pick/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
ToSelectFrom,
VwPolicy,
VwLogger,
embed
embed,
)
from learn_to_pick.pick_best import (
PickBest,
Expand Down
1 change: 1 addition & 0 deletions src/learn_to_pick/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ def get_based_on_and_to_select_from(inputs: Dict[str, Any]) -> Tuple[Dict, Dict]

return based_on, to_select_from


# end helper functions


Expand Down

0 comments on commit 5dd6703

Please sign in to comment.