Browse Source

Swap import order

pull/675/head
Ross McFarland 5 years ago
committed by GitHub
parent
commit
6034e8022f
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/powerdns.py

+ 1
- 1
octodns/provider/powerdns.py View File

@ -6,8 +6,8 @@ from __future__ import absolute_import, division, print_function, \
unicode_literals unicode_literals
from requests import HTTPError, Session from requests import HTTPError, Session
import logging
from operator import itemgetter from operator import itemgetter
import logging
from ..record import Create, Record from ..record import Create, Record
from .base import BaseProvider from .base import BaseProvider


Loading…
Cancel
Save