Merge "Stop to use the __future__ module."

This commit is contained in:
Zuul 2020-06-23 12:37:31 +00:00 committed by Gerrit Code Review
commit 0ff10a882e

View File

@ -16,7 +16,6 @@
# (c) 2017, Nolan Brubaker <nolan.brubaker@rackspace.com>
# Necessary for accurate failure rate calculation
from __future__ import division
import argparse
import datetime
import logging