Skip to content

Commit

Permalink
fixes the lint for test_dnspod module
Browse files Browse the repository at this point in the history
Closes #787

Signed-off-by: Tomaz Muraus <tomaz@tomaz.me>
  • Loading branch information
piratimir authored and Kami committed May 25, 2016
1 parent f08b6ee commit f9358b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcloud/test/dns/test_dnspod.py
Expand Up @@ -8,7 +8,7 @@
from libcloud.dns.drivers.dnspod import DNSPodDNSDriver
from libcloud.utils.py3 import httplib
from libcloud.dns.types import ZoneDoesNotExistError, ZoneAlreadyExistsError,\
RecordType, RecordDoesNotExistError, RecordAlreadyExistsError
RecordType, RecordDoesNotExistError, RecordAlreadyExistsError
from libcloud.dns.base import Zone, Record


Expand Down

0 comments on commit f9358b6

Please sign in to comment.