Merge "Remove unused imported module"

This commit is contained in:
Jenkins 2016-01-27 19:54:21 +00:00 committed by Gerrit Code Review
commit fd5a2b2b07
3 changed files with 0 additions and 4 deletions

View File

@ -19,7 +19,6 @@
Base classes for Router API tests.
"""
import flask
import json
import mock
from unittest2 import TestCase

View File

@ -1,4 +1,3 @@
from copy import copy

View File

@ -2,8 +2,6 @@ import argparse
import json
import tempfile
import unittest
from collections import OrderedDict
import eventlet
import mock