Update octodns/provider/fastdns.py

Co-Authored-By: Ross McFarland <[email protected]>
This commit is contained in:
basirjamil
2019-07-19 14:32:58 -04:00
committed by GitHub
co-authored by GitHub Ross McFarland
parent 76e799873e
commit d53eb7ad8e
+1 -1
View File
@@ -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