1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

Swap import order

This commit is contained in:
Ross McFarland
2021-02-11 17:05:42 -08:00
committed by GitHub
parent fdf74f9dd3
commit 6034e8022f

View File

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