Skip to content

Commit 28beffc

Browse files
committed
fix lint
1 parent c111bf8 commit 28beffc

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ install:
4242
- pip install --force-reinstall pylint==1.9.2
4343

4444
script:
45-
- pylint adafruit_display_shapes.py
45+
- pylint adafruit_display_shapes/*.py
4646
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace examples/*.py)
4747
- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-display_shapes --library_location .
4848
- cd docs && sphinx-build -E -W -b html . _build/html && cd ..

adafruit_display_shapes/rect.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
3939
"""
4040

41-
4241
import displayio
4342

4443
__version__ = "0.0.0-auto.0"

0 commit comments

Comments
 (0)