mirror of
https://github.com/yeicor-3d/yet-another-cad-viewer.git
synced 2025-12-19 22:24:17 +01:00
fix: type hint typo
This commit is contained in:
@@ -312,7 +312,7 @@ class YACV:
|
|||||||
f.write(self.export(name)[0])
|
f.write(self.export(name)[0])
|
||||||
|
|
||||||
|
|
||||||
def _resolve_base_texture() -> Optional[(bytes, str)]:
|
def _resolve_base_texture() -> Optional[Tuple[bytes, str]]:
|
||||||
env_str = os.environ.get("YACV_BASE_TEXTURE")
|
env_str = os.environ.get("YACV_BASE_TEXTURE")
|
||||||
if env_str is None:
|
if env_str is None:
|
||||||
return None
|
return None
|
||||||
|
|||||||
Reference in New Issue
Block a user