pre-commit run reorder-python-imports --all-files
This commit is contained in:
committed by
Bruno Oliveira
parent
5034399d7a
commit
3f1ec520fc
@@ -1,8 +1,4 @@
|
||||
""" Python test discovery, setup and run of test functions. """
|
||||
from __future__ import absolute_import
|
||||
from __future__ import division
|
||||
from __future__ import print_function
|
||||
|
||||
import collections
|
||||
import enum
|
||||
import fnmatch
|
||||
|
||||
Reference in New Issue
Block a user