Skip to content

Commit 4587247

Browse files
committed
style(flake8): Fix imports
1 parent c2f65b8 commit 4587247

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
import os
33

44
import alagitpull
5+
from recommonmark.transform import AutoStructify
56

67
# Get the project root dir, which is the parent dir of this
78
cwd = os.getcwd()
@@ -12,9 +13,6 @@
1213
with open("../libvcs/__about__.py") as fp:
1314
exec(fp.read(), about)
1415

15-
import recommonmark
16-
from recommonmark.transform import AutoStructify
17-
1816
extensions = [
1917
'sphinx.ext.autodoc',
2018
'sphinx.ext.intersphinx',

0 commit comments

Comments
 (0)