@@ -1432,7 +1432,6 @@ def write_manifest_notebook(
14321432 validate_file_is_notebook (file )
14331433
14341434 base_dir = dirname (file )
1435- extra_files = validate_extra_files (base_dir , extra_files )
14361435 manifest_path = join (base_dir , "manifest.json" )
14371436
14381437 if exists (manifest_path ) and not overwrite :
@@ -1532,7 +1531,6 @@ def write_manifest_voila(
15321531 set_verbosity (verbose )
15331532 with cli_feedback ("Checking arguments" ):
15341533 base_dir = dirname (path )
1535- extra_files = validate_extra_files (base_dir , extra_files )
15361534 manifest_path = join (base_dir , "manifest.json" )
15371535
15381536 if exists (manifest_path ) and not overwrite :
@@ -1642,7 +1640,6 @@ def write_manifest_quarto(
16421640 base_dir = dirname (file_or_directory )
16431641
16441642 with cli_feedback ("Checking arguments" ):
1645- extra_files = validate_extra_files (base_dir , extra_files )
16461643 manifest_path = join (base_dir , "manifest.json" )
16471644
16481645 if exists (manifest_path ) and not overwrite :
@@ -1816,7 +1813,6 @@ def _write_framework_manifest(
18161813
18171814 with cli_feedback ("Checking arguments" ):
18181815 entrypoint = validate_entry_point (entrypoint , directory )
1819- extra_files = validate_extra_files (directory , extra_files )
18201816 manifest_path = join (directory , "manifest.json" )
18211817
18221818 if exists (manifest_path ) and not overwrite :
0 commit comments