mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-05 04:36:52 +00:00
automatic: pyupgrade --py36-plus
This commit is contained in:
parent
8cc3fc01e8
commit
358ae85120
51 changed files with 185 additions and 149 deletions
|
|
@ -1,3 +1,4 @@
|
|||
from some.module.that.has.nested.sub.modules import ClassWithVeryVeryVeryVeryLongName # noqa: E501,F401
|
||||
from some.module.that.has.nested.sub.modules import \
|
||||
ClassWithVeryVeryVeryVeryLongName # noqa: E501,F401
|
||||
|
||||
# ClassWithVeryVeryVeryVeryLongName()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue