We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a28442a commit 0112d1dCopy full SHA for 0112d1d
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