Skip to content

Commit f321f74

Browse files
fixed conf.py
1 parent da21a4d commit f321f74

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docs/source/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
import os
1313
import sys
1414

15-
import map
16-
1715
sys.path.insert(0, os.path.abspath("../../src"))
1816

1917

@@ -22,6 +20,7 @@
2220
# Add the directory containing your Python script to the Python path
2321
sys.path.insert(0, os.path.abspath("."))
2422

23+
import map
2524

2625
m = map.generate_map()
2726
current_dir = os.path.dirname(__file__)

0 commit comments

Comments
 (0)