We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6b575a commit a24a897Copy full SHA for a24a897
vm_supervisor/conf.py
@@ -5,7 +5,7 @@
5
from os.path import isfile, join, exists, abspath, isdir
6
from pathlib import Path
7
from subprocess import check_output
8
-from typing import NewType, Optional, List, Dict, Any
+from typing import NewType, Optional, List
9
10
from pydantic import BaseSettings, Field
11
0 commit comments