Skip to content

Commit a9a5385

Browse files
authored
Merge pull request #32 from tekktrik/dev/fix-pylint-errors
Fix pylint errors
2 parents 298f6de + 689c011 commit a9a5385

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

examples/turtle_hilbert.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# SPDX-FileCopyrightText: 2021 ladyada for Adafruit Industries
22
# SPDX-License-Identifier: MIT
33

4+
# pylint: disable=unnecessary-lambda-assignment
5+
46
import board
57
from adafruit_turtle import turtle
68

examples/turtle_koch.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# SPDX-FileCopyrightText: 2021 ladyada for Adafruit Industries
22
# SPDX-License-Identifier: MIT
33

4+
# pylint: disable=unnecessary-lambda-assignment
5+
46
import board
57
from adafruit_turtle import turtle
68

examples/turtle_overlayed_koch.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# SPDX-FileCopyrightText: 2021 ladyada for Adafruit Industries
22
# SPDX-License-Identifier: MIT
33

4+
# pylint: disable=unnecessary-lambda-assignment
5+
46
import board
57
from adafruit_turtle import turtle, Color
68

0 commit comments

Comments
 (0)