Skip to content

Commit

Permalink
More
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed Nov 25, 2024
1 parent e636253 commit 704cf17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aiida/tools/pytest_fixtures/daemon.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def test(submit_and_await):
from aiida.engine import ProcessState

def factory(
submittable: type[Process] | 'ProcessBuilder' | 'ProcessNode',
submittable: type[Process] | 'ProcessBuilder' | 'ProcessNode' | t.Any,
state: ProcessState = ProcessState.FINISHED,
timeout: int = 20,
**kwargs,
Expand Down

0 comments on commit 704cf17

Please sign in to comment.