summaryrefslogtreecommitdiff
path: root/tests/fixtures/example-code/inline-ignores/E501.py
blob: 64a5dcabdf021e098c8421037ee6359d6dcd9710 (plain)
1
2
3
4
from some.module.that.has.nested.sub.modules import \
    ClassWithVeryVeryVeryVeryLongName  # noqa: E501,F401

# ClassWithVeryVeryVeryVeryLongName()