mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-31 19:26:52 +00:00
4 lines
150 B
Python
4 lines
150 B
Python
from some.module.that.has.nested.sub.modules import \
|
|
ClassWithVeryVeryVeryVeryLongName # noqa: E501,F401
|
|
|
|
# ClassWithVeryVeryVeryVeryLongName()
|