Skip to content

Commit 266a457

Browse files
committed
too-many-branches fix
Added too-many-branches to the existing inline disable on _update_lcars_graph
1 parent 039879e commit 266a457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Star_Trek_Data_Dispenser/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -989,7 +989,7 @@ def _build_lcars_graph(title, unit, lo, hi, # pylint: disable=too-many-locals
989989
return grp, bmp, val_lbl, mm_lbl
990990

991991

992-
def _update_lcars_graph(bmp, history, lo, hi, # pylint: disable=too-many-locals
992+
def _update_lcars_graph(bmp, history, lo, hi, # pylint: disable=too-many-locals,too-many-branches
993993
zones, val_lbl, mm_lbl,
994994
mn, mx, fmt_fn):
995995
"""Generic graph bitmap updater with dynamic bars."""

0 commit comments

Comments
 (0)