File: wrong_import_order.py

package info (click to toggle)
flake8-import-order 0.19.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 352 kB
  • sloc: python: 2,574; sh: 5; makefile: 4
file content (7 lines) | stat: -rw-r--r-- 111 bytes parent folder | download
1
2
3
4
5
6
7
# appnexus edited google smarkets
import a
import A # I100

if TYPE_CHECKING:
    import a
    import A # I100