summaryrefslogtreecommitdiff
path: root/trove/dns
diff options
context:
space:
mode:
authorSushil Kumar <sushil.kumar2@globallogic.com>2013-12-03 12:32:40 +0000
committerSushil Kumar <sushil.kumar2@globallogic.com>2013-12-03 19:22:40 +0000
commit5aaac4c6faa3d72ae1444c55dbd6cdae51f9403c (patch)
treef85953bfc800cc68ae9ccf77a1b118616235fc85 /trove/dns
parentd66c411fa7f57f364d283b2236ba272f9669cbfb (diff)
downloadtrove-5aaac4c6faa3d72ae1444c55dbd6cdae51f9403c.tar.gz
Removes unused import statements2014.1.b1
Updates tox.ini to remove suppressed F401 standard. Updates the code files containing unused import statements Change-Id: Ib44bd1509fdb17f457a205f9e62caf85cebee830 Closes-Bug: #1257267
Diffstat (limited to 'trove/dns')
-rw-r--r--trove/dns/__init__.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/trove/dns/__init__.py b/trove/dns/__init__.py
index a580ad3d..f0f23d6a 100644
--- a/trove/dns/__init__.py
+++ b/trove/dns/__init__.py
@@ -14,5 +14,3 @@
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
-
-from manager import DnsManager