from PR feedback, i totally did not understand that this call was unnecessary

This commit is contained in:
burnettk 2022-09-09 13:29:26 -04:00
parent c76b08ae12
commit 029b45525d
1 changed files with 0 additions and 1 deletions

View File

@ -461,7 +461,6 @@ class ProcessInstanceProcessor:
"""Find_required_files."""
if processed_identifiers is None:
processed_identifiers = set()
parser.get_dependencies()
processor_dependencies = parser.get_process_dependencies()
processor_dependencies_new = processor_dependencies - processed_identifiers