pre-commit run reorder-python-imports --all-files
This commit is contained in:
committed by
Bruno Oliveira
parent
5034399d7a
commit
3f1ec520fc
@@ -1,10 +1,6 @@
|
||||
# flake8: noqa
|
||||
# disable flake check on this file because some constructs are strange
|
||||
# or redundant on purpose and can't be disable on a line-by-line basis
|
||||
from __future__ import absolute_import
|
||||
from __future__ import division
|
||||
from __future__ import print_function
|
||||
|
||||
import ast
|
||||
import inspect
|
||||
import sys
|
||||
|
||||
Reference in New Issue
Block a user