Skip to content

Commit

Permalink
Merge pull request #32 from tekktrik/dev/fix-pylint-errors
Browse files Browse the repository at this point in the history
Fix pylint errors
  • Loading branch information
kattni committed Nov 8, 2022
2 parents 298f6de + 689c011 commit a9a5385
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/turtle_hilbert.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# SPDX-FileCopyrightText: 2021 ladyada for Adafruit Industries
# SPDX-License-Identifier: MIT

# pylint: disable=unnecessary-lambda-assignment

import board
from adafruit_turtle import turtle

Expand Down
2 changes: 2 additions & 0 deletions examples/turtle_koch.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# SPDX-FileCopyrightText: 2021 ladyada for Adafruit Industries
# SPDX-License-Identifier: MIT

# pylint: disable=unnecessary-lambda-assignment

import board
from adafruit_turtle import turtle

Expand Down
2 changes: 2 additions & 0 deletions examples/turtle_overlayed_koch.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# SPDX-FileCopyrightText: 2021 ladyada for Adafruit Industries
# SPDX-License-Identifier: MIT

# pylint: disable=unnecessary-lambda-assignment

import board
from adafruit_turtle import turtle, Color

Expand Down

0 comments on commit a9a5385

Please sign in to comment.