Skip to content

Commit 33faba7

Browse files
jackruethctrueden
authored andcommitted
Start fixing the imports
1 parent 230674f commit 33faba7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_search/server/tutorials.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
# use with their own searchable collection.
55

66
import logging, traceback
7-
import yaml
7+
import json
88
from parseutil import first_sentence
9+
from pathlib import Path
910

1011

1112
logger = logging.getLogger(__name__)

0 commit comments

Comments
 (0)