Run Black+Flake8 on project
This commit is contained in:
committed by
Seth Michael Larson
parent
3a89b7bd01
commit
210fae23d0
@@ -1,11 +1,6 @@
|
||||
from collections import defaultdict
|
||||
|
||||
try:
|
||||
# python 2.6
|
||||
from unittest2 import TestCase, SkipTest
|
||||
except ImportError:
|
||||
from unittest import TestCase, SkipTest
|
||||
|
||||
from unittest import TestCase
|
||||
from unittest import SkipTest # noqa: F401
|
||||
from elasticsearch import Elasticsearch
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user