Skip to content

Commit 68caf2b

Browse files
committed
Ruff format
1 parent b8f8935 commit 68caf2b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

agasc/supplement/magnitudes/mag_estimate.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1361,9 +1361,7 @@ def get_agasc_id_stats(agasc_id, obs_status_override=None, tstop=None):
13611361

13621362
if len(all_telem) - len(failures) <= 0:
13631363
# and we reach here if some observations were not flagged as bad, but all failed.
1364-
logger.debug(
1365-
f" get_agasc_id_stats({agasc_id=}): There is no OK observation."
1366-
)
1364+
logger.debug(f" get_agasc_id_stats({agasc_id=}): There is no OK observation.")
13671365
return result, stats, failures
13681366

13691367
excluded_obs += np.array([t is None for t in all_telem])

0 commit comments

Comments
 (0)