We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d640bf commit 2ade99fCopy full SHA for 2ade99f
nerfstudio/configs/base_config.py
@@ -21,7 +21,7 @@
21
import warnings
22
from dataclasses import dataclass
23
from pathlib import Path
24
-from typing import Any, List, Optional, Tuple, Type
+from typing import Any, Literal, List, Optional, Tuple, Type
25
26
from typing_extensions import Literal
27
0 commit comments