diff options
Diffstat (limited to 'tools/clang-format/git-clang-format')
-rwxr-xr-x | tools/clang-format/git-clang-format | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/clang-format/git-clang-format b/tools/clang-format/git-clang-format index 0b2103962a31e..96e3b4e8a2c11 100755 --- a/tools/clang-format/git-clang-format +++ b/tools/clang-format/git-clang-format @@ -23,7 +23,7 @@ git clang-format -h Requires Python 2.7 or Python 3 """ -from __future__ import print_function +from __future__ import absolute_import, division, print_function import argparse import collections import contextlib |