File: E501.py

package info (click to toggle)
python-flake8 3.2.1-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 1,076 kB
  • sloc: python: 5,037; sh: 20; makefile: 18
file content (3 lines) | stat: -rw-r--r-- 144 bytes parent folder | download | duplicates (4)
1
2
3
from some.module.that.has.nested.sub.modules import ClassWithVeryVeryVeryVeryLongName  # noqa: E501,F401

# ClassWithVeryVeryVeryVeryLongName()