Skip to content

Commit c204d02

Browse files
committed
[LIB-598] correct isort issues;
1 parent 4579c1c commit c204d02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
from os.path import abspath, dirname
1818

1919
import sphinx_rtd_theme
20+
from syncano.models.fields import RelatedManagerField
2021

2122
sys.path.insert(1, dirname(dirname(dirname(abspath(__file__)))))
2223

@@ -109,5 +110,4 @@
109110
autodoc_member_order = 'bysource'
110111
highlight_language = 'python'
111112

112-
from syncano.models.fields import RelatedManagerField
113113
RelatedManagerField.__get__ = lambda self, *args, **kwargs: self

0 commit comments

Comments
 (0)