Skip to content

Commit d1165b0

Browse files
committed
Fix broken import
1 parent 96c4f60 commit d1165b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# add these directories to sys.path here. If the directory is relative to the
1111
# documentation root, use os.path.abspath to make it absolute, like shown here.
1212
#
13-
import sys.path
13+
import sys
1414
import skillsnetwork
1515

1616
from operator import attrgetter

0 commit comments

Comments
 (0)