Skip to content

Commit 4806623

Browse files
committed
Removed unused imports
1 parent d9e4825 commit 4806623

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

jupyter_server_documents/tools/system.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import subprocess
22
import shlex
3-
import os
4-
from typing import Optional, Dict, List, Union, Any, Set
3+
from typing import Optional, Dict, List, Any, Set
54

65
# Whitelist of allowed commands for security
76
ALLOWED_COMMANDS: Set[str] = {

0 commit comments

Comments
 (0)