Add isort pre-commit hook
Sort import statement in python files See https://github.com/PyCQA/isort
This commit is contained in:
parent
b75d9e5c59
commit
01fbd1e8b9
75 changed files with 282 additions and 232 deletions
|
@ -1,12 +1,12 @@
|
|||
import logging
|
||||
import os
|
||||
import time
|
||||
import shutil
|
||||
import sys
|
||||
import logging
|
||||
import time
|
||||
from subprocess import PIPE, Popen
|
||||
|
||||
from configobj import ConfigObj
|
||||
from subprocess import Popen, PIPE
|
||||
from api_clients import api_client as apc
|
||||
from configobj import ConfigObj
|
||||
|
||||
"""
|
||||
The purpose of this script is that you can run it, and it will compare what the database has to what your filesystem
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue