Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 11, 2019 15:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/ec8669e1fb0b4d151c7484381af3a63e to your computer and use it in GitHub Desktop.
Save ryantm/ec8669e1fb0b4d151c7484381af3a63e to your computer and use it in GitHub Desktop.
/nix/store/yhi107avl9pmf9i2dgwrf7xyidklixba-python3.7-flake8-import-order-0.18.1
├── lib
│   └── python3.7
│   └── site-packages
│   ├── flake8_import_order
│   │   ├── __about__.py
│   │   ├── checker.py
│   │   ├── flake8_linter.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __about__.cpython-37.pyc
│   │   │   ├── checker.cpython-37.pyc
│   │   │   ├── flake8_linter.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── pylama_linter.cpython-37.pyc
│   │   │   ├── stdlib_list.cpython-37.pyc
│   │   │   └── styles.cpython-37.pyc
│   │   ├── pylama_linter.py
│   │   ├── stdlib_list.py
│   │   └── styles.py
│   └── flake8_import_order-0.18.1.dist-info
│   ├── COPYING
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 22 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment