commit | f5c42a050bf7deef0d3fa7fde327c1ae3fd4bed1 | [log] [tgz] |
---|---|---|
author | Anthony Sottile <asottile@umich.edu> | Wed Feb 05 11:10:42 2020 -0800 |
committer | Anthony Sottile <asottile@umich.edu> | Wed Feb 05 11:22:18 2020 -0800 |
tree | 9fc1c9a75bed37c74cb792fdedc355609ee9ac9b | |
parent | 551d1a07b355e9497589ecba1922faabbc6f9316 [diff] [blame] |
pre-commit-hooks: python3.6+
diff --git a/tests/check_builtin_literals_test.py b/tests/check_builtin_literals_test.py index 8e18854..01193e8 100644 --- a/tests/check_builtin_literals_test.py +++ b/tests/check_builtin_literals_test.py
@@ -7,7 +7,7 @@ from pre_commit_hooks.check_builtin_literals import Visitor BUILTIN_CONSTRUCTORS = '''\ -from six.moves import builtins +import builtins c1 = complex() d1 = dict()