Skip to content
This repository was archived by the owner on Jan 22, 2020. It is now read-only.

Commit a9b3d50

Browse files
committed
fix(maker): import issue
1 parent f0866c5 commit a9b3d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/livingdocs/maker.py

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

77
slugger = UniqueSlugify()
88

9-
from hugo_doc import HugoDoc
9+
from .hugo_doc import HugoDoc
1010

1111

1212
class DocsMaker(object):

0 commit comments

Comments
 (0)