Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
ataymano committed Nov 16, 2023
1 parent 7b34c51 commit 9f39ea9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/learn_to_pick/pick_best.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,9 @@ def _generic_namespaces(context, actions):
for a in actions:
a["#"] = PickBestFeaturizer._generic_namespace(a)

def get_context_actions(self, event) -> Tuple[base.Featurized, List[base.Featurized]]:
def get_context_actions(
self, event
) -> Tuple[base.Featurized, List[base.Featurized]]:
context = base.embed(event.based_on or {}, self.model)
to_select_from_var_name, to_select_from = next(
iter(event.to_select_from.items()), (None, None)
Expand Down

0 comments on commit 9f39ea9

Please sign in to comment.