File: stdlib_shadowing.py

package info (click to toggle)
flake8-import-order 0.18.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 304 kB
  • sloc: python: 1,336; sh: 5; makefile: 4
file content (3 lines) | stat: -rw-r--r-- 119 bytes parent folder | download | duplicates (2)
1
2
3
# appnexus cryptography google pep8 smarkets
from .filesystem import FilesystemStorage
from os import path # I100 I201