Added some type annotations
This commit is contained in:
@@ -47,11 +47,11 @@ def _dbg(text):
|
|||||||
|
|
||||||
|
|
||||||
def _relpath_remap(
|
def _relpath_remap(
|
||||||
path_src,
|
path_src: str,
|
||||||
base_dir_src,
|
base_dir_src: str,
|
||||||
fp_basedir,
|
fp_basedir: str,
|
||||||
blendfile_src_dir_fakeroot,
|
blendfile_src_dir_fakeroot: str=None,
|
||||||
):
|
) -> (str, str):
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user