Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
abyesilyurt committed May 21, 2024
1 parent db62ccb commit 6824937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/syft/src/syft/service/sync/diff_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -1290,7 +1290,7 @@ def hierarchies(

root_ids.append(diff.object_id) # type: ignore
elif (
isinstance(diff_obj, Job)
isinstance(diff_obj, Job) # type: ignore
and diff_obj.parent_job_id is None
# ignore Job objects created by TwinAPIEndpoint
and diff_obj.job_type != JobType.TWINAPIJOB
Expand Down

0 comments on commit 6824937

Please sign in to comment.