Skip to content

Commit

Permalink
yapf . -ir
Browse files Browse the repository at this point in the history
  • Loading branch information
tvmarino committed Sep 6, 2024
1 parent 35d9e8c commit 5d6783d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions compiler_opt/tools/combine_tfa_policies_lib_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ def __init__(self):

act_spec = tensor_spec.TensorSpec(shape=(1,), dtype=tf.int64)

super().__init__(
time_step_spec=time_step_spec, action_spec=act_spec)
super().__init__(time_step_spec=time_step_spec, action_spec=act_spec)

def _distribution(self, time_step):
pass
Expand All @@ -59,8 +58,7 @@ def __init__(self):

act_spec = tensor_spec.TensorSpec(shape=(1,), dtype=tf.int64)

super().__init__(
time_step_spec=time_step_spec, action_spec=act_spec)
super().__init__(time_step_spec=time_step_spec, action_spec=act_spec)

def _distribution(self, time_step):
pass
Expand Down

0 comments on commit 5d6783d

Please sign in to comment.