Skip to content

Commit

Permalink
Shortening line for style check
Browse files Browse the repository at this point in the history
  • Loading branch information
pediejo committed Jul 14, 2024
1 parent f4d79f2 commit 3d4ebcb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,8 @@ def model_distillation_elu_resource_info(
):
if magic_state_factory is None:
print(
"Warning: magic_state_factory is None. Returning empty ELUResourceInfo object."
"Warning: magic_state_factory is None. "
"Returning empty ELUResourceInfo object."
)
return ELUResourceInfo()

Expand Down

0 comments on commit 3d4ebcb

Please sign in to comment.