Browse Source
Update octodns/provider/fastdns.py
Co-Authored-By: Ross McFarland <ross@github.com>
pull/379/head
basirjamil
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
octodns/provider/fastdns.py
|
|
|
@ -10,7 +10,7 @@ from akamai.edgegrid import EdgeGridAuth |
|
|
|
from urlparse import urljoin |
|
|
|
from collections import defaultdict |
|
|
|
|
|
|
|
import logging |
|
|
|
from logging import getLogger |
|
|
|
from ..record import Record |
|
|
|
from .base import BaseProvider |
|
|
|
|
|
|
|
|