Remove future imports

These particular imports are no longer needed in a Python 3-only world.

Change-Id: I5e9e15556c04871c451f6363380f2a7ac026c968
This commit is contained in:
zhangbailin
2020-04-26 16:53:41 +08:00
committed by Brin Zhang
parent eaa0dfea4b
commit f0f15f89c6
24 changed files with 0 additions and 51 deletions

View File

@@ -19,9 +19,6 @@
# limitations under the License.
#
from __future__ import unicode_literals
from watcher.common.loader import default

View File

@@ -17,8 +17,6 @@
# limitations under the License.
#
from __future__ import division
from oslo_log import log
from watcher._i18n import _