mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-05 04:36:52 +00:00
Merge pull request #1454 from asottile/unused-example-code
remove unused example-code test fixtures
This commit is contained in:
commit
17822984a5
5 changed files with 1 additions and 7 deletions
0
tests/fixtures/example-code/empty.py
vendored
0
tests/fixtures/example-code/empty.py
vendored
|
|
@ -1,4 +0,0 @@
|
|||
from some.module.that.has.nested.sub.modules import \
|
||||
ClassWithVeryVeryVeryVeryLongName # noqa: E501,F401
|
||||
|
||||
# ClassWithVeryVeryVeryVeryLongName()
|
||||
|
|
@ -1 +0,0 @@
|
|||
example = lambda: 'example' # noqa: E731
|
||||
|
|
@ -1 +0,0 @@
|
|||
foo(
|
||||
Loading…
Add table
Add a link
Reference in a new issue