Skip to content

Commit

Permalink
Ruff formating
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienPeloton committed Jun 4, 2024
1 parent c20ad74 commit 9186e5a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion fink_client/consumer.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,9 @@ def return_offsets(
total_lag = total_lag + int(lag)

if verbose:
if (hide_empty_partition and (offset != "-" or int(lag) > 0)) or (not hide_empty_partition):
if (hide_empty_partition and (offset != "-" or int(lag) > 0)) or (
not hide_empty_partition
):
print(
"%-50s %9s %9s"
% (
Expand Down

0 comments on commit 9186e5a

Please sign in to comment.