Skip to content

Commit b0cc506

Browse files
author
Matthew Fisher
committed
move etcd import to external module imports
1 parent 80dc626 commit b0cc506

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"""
66

77
from __future__ import unicode_literals
8+
import etcd
89
import importlib
910
import logging
1011
import os
@@ -19,7 +20,6 @@
1920
from django.dispatch import receiver
2021
from django.dispatch.dispatcher import Signal
2122
from django.utils.encoding import python_2_unicode_compatible
22-
import etcd
2323
from guardian.shortcuts import get_users_with_perms
2424
from json_field.fields import JSONField # @UnusedImport
2525

0 commit comments

Comments
 (0)