summary refs log tree commit diff
path: root/scripts-dev/hash_history.py
diff options
context:
space:
mode:
authorJonathan de Jong <jonathandejong02@gmail.com>2020-09-17 14:37:01 +0200
committerGitHub <noreply@github.com>2020-09-17 08:37:01 -0400
commit837293c314b47e988fe9532115476a6536cd6406 (patch)
tree9d0ec87ddbe4372a07f8b8053b3f8e3e5c3bd3ee /scripts-dev/hash_history.py
parentUse admin_patterns for all admin APIs. (#8331) (diff)
downloadsynapse-837293c314b47e988fe9532115476a6536cd6406.tar.xz
Remove obsolete __future__ imports (#8337)
Diffstat (limited to 'scripts-dev/hash_history.py')
-rw-r--r--scripts-dev/hash_history.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts-dev/hash_history.py b/scripts-dev/hash_history.py
index 89acb52e6a..8d6c3d24db 100644
--- a/scripts-dev/hash_history.py
+++ b/scripts-dev/hash_history.py
@@ -1,5 +1,3 @@
-from __future__ import print_function
-
 import sqlite3
 import sys