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
|
@ -17,18 +17,18 @@ Main case:
|
|||
|
||||
"""
|
||||
|
||||
from optparse import OptionParser
|
||||
import sys
|
||||
import logging.config
|
||||
import json
|
||||
|
||||
# additional modules (should be checked)
|
||||
from configobj import ConfigObj
|
||||
import logging.config
|
||||
import sys
|
||||
from optparse import OptionParser
|
||||
|
||||
# custom imports
|
||||
# from util import *
|
||||
from api_clients import version1 as api_client
|
||||
|
||||
# additional modules (should be checked)
|
||||
from configobj import ConfigObj
|
||||
|
||||
LOG_LEVEL = logging.INFO
|
||||
LOG_PATH = "/var/log/airtime/pypo/notify.log"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue