diff --git a/docker/keystone/keystone-fernet/fetch_fernet_tokens.py b/docker/keystone/keystone-fernet/fetch_fernet_tokens.py index 4371f9c402..c579436301 100644 --- a/docker/keystone/keystone-fernet/fetch_fernet_tokens.py +++ b/docker/keystone/keystone-fernet/fetch_fernet_tokens.py @@ -15,8 +15,6 @@ # Basically this module will fetch the fernet tokens and compare them to the # required time constrains to determine whether the host needs to resync with # other nodes in the cluster. - -from __future__ import print_function import argparse from datetime import datetime from datetime import timedelta