Merge "Stop to use the __future__ module."

This commit is contained in:
Zuul 2020-06-04 12:11:26 +00:00 committed by Gerrit Code Review
commit dc2db8f6a0
1 changed files with 0 additions and 2 deletions

View File

@ -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