mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-01 19:36:54 +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()
|