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
+1 -1
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