Skip to content

Commit 64fd95f

Browse files
committed
fix missing import
1 parent 14d9a75 commit 64fd95f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

py_src/jupyter_lsp/specs/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import os
12
import shutil
23
from pathlib import Path
34
from typing import List, Text

0 commit comments

Comments
 (0)