Python 3 compatibility bug.
This commit is contained in:
parent
6e09df1427
commit
9b40abe4ae
|
@ -1,4 +1,5 @@
|
|||
from __future__ import print_function
|
||||
from functools import reduce
|
||||
from .git_lint import load_config, run_linters, git_base
|
||||
import operator
|
||||
import gettext
|
||||
|
|
Loading…
Reference in New Issue