Browse Source

Get lint green on test code too.

pull/165/head
Terrence Cole 8 years ago
parent
commit
8d7eca21e9
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      tests/test_octodns_provider_rackspace.py

+ 0
- 4
tests/test_octodns_provider_rackspace.py View File

@ -7,17 +7,13 @@ from __future__ import absolute_import, division, print_function, \
import json
import re
from os.path import dirname, join
from unittest import TestCase
from urlparse import urlparse
from nose.tools import assert_raises
from requests import HTTPError
from requests_mock import ANY, mock as requests_mock
from octodns.provider.rackspace import RackspaceProvider
from octodns.provider.yaml import YamlProvider
from octodns.record import Record
from octodns.zone import Zone


Loading…
Cancel
Save