flake8/tests/fixtures/example-code/inline-ignores/E501.py
2021-03-30 17:37:13 -07:00

4 lines
150 B
Python

from some.module.that.has.nested.sub.modules import \
ClassWithVeryVeryVeryVeryLongName # noqa: E501,F401
# ClassWithVeryVeryVeryVeryLongName()