Skip to content

Commit

Permalink
appease linter
Browse files Browse the repository at this point in the history
  • Loading branch information
austinorr committed May 3, 2022
1 parent 935ccee commit 1020cfc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lyra/lyra/src/hydstra/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ async def get_site_variable_as_trace(
datasource=datasource,
)

if trace_json is None: return trace_json
if trace_json is None:
return trace_json

if len(trace_json.get("return", {}).get("traces", [])):

Expand Down

0 comments on commit 1020cfc

Please sign in to comment.