Skip to content

Commit c472273

Browse files
committed
Travis fixes
1 parent fedca93 commit c472273

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PyPortal_EZ_Make_Oven/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ def __init__(self):
228228
self.width = WIDTH
229229
self.height = HEIGHT
230230

231-
# pylint: too-many-branches
231+
# pylint: disable=too-many-branches
232232
def draw_line(self, x1, y1, x2, y2, size=PLOT_SIZE, color=1, style=1):
233233
# print("draw_line:", x1, y1, x2, y2)
234234
# convert graph coords to screen coords

0 commit comments

Comments
 (0)