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
76e799873e
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

@ -5,7 +5,7 @@
from __future__ import absolute_import, division, print_function, \
unicode_literals
import requests
from requests import Session
from akamai.edgegrid import EdgeGridAuth
from urlparse import urljoin
from collections import defaultdict


Loading…
Cancel
Save