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
parent
commit
d53eb7ad8e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      octodns/provider/fastdns.py

+ 1
- 1
octodns/provider/fastdns.py 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


Loading…
Cancel
Save