mirror of
https://github.com/certbot/certbot.git
synced 2026-03-22 18:33:48 -04:00
pylint gets more strict about import order in the future, so adjust it now to make upgrading smoother. pylint is following the order from PEP-8: > Imports should be grouped in the following order: > > 1. standard library imports > 2. related third party imports > 3. local application/library specific imports > > You should put a blank line between each group of imports. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| common.py | ||
| common_test.py | ||
| disco.py | ||
| disco_test.py | ||
| manual.py | ||
| manual_test.py | ||
| null.py | ||
| null_test.py | ||
| standalone.py | ||
| standalone_test.py | ||
| util.py | ||
| util_test.py | ||
| webroot.py | ||
| webroot_test.py | ||