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,9 +1,11 @@
|
|||
from __future__ import print_function
|
||||
|
||||
import datetime
|
||||
import mutagen
|
||||
|
||||
import mock
|
||||
from nose.tools import *
|
||||
import mutagen
|
||||
from airtime_analyzer.metadata_analyzer import MetadataAnalyzer
|
||||
from nose.tools import *
|
||||
|
||||
|
||||
def setup():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue