Skip to content

Commit fa2bbc3

Browse files
committed
[LIB-965] isort issue corrct;
1 parent 785da5c commit fa2bbc3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

syncano/models/hosting.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# -*- coding: utf-8 -*-
22

3+
from syncano import logger
4+
35
from . import fields
4-
from .instances import Instance
56
from .archetypes import Model
6-
from syncano import logger
7+
from .instances import Instance
78

89

910
class Hosting(Model):

0 commit comments

Comments
 (0)