patman: Drop references to __future__
[oweals/u-boot.git] / tools / rmboard.py
index 1feface61d72daeba100086726830efe196660a5..446e5d6ee2291e37c7203692e8c3ecf050073dc9 100755 (executable)
@@ -23,8 +23,6 @@ This script works by:
 Search for ## to update the commit message manually.
 """
 
-from __future__ import print_function
-
 import glob
 import os
 import re