Skip to content

Commit

Permalink
Update plan.py
Browse files Browse the repository at this point in the history
Simplifying type to make mypy happy.
  • Loading branch information
alxmrs authored Aug 6, 2024
1 parent 3543123 commit 9f0906a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cubed/core/plan.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# Delete local context dirs when Python exits
CONTEXT_DIRS = set()

Decorator = Callable[[Callable], Callable]
Decorator = Callable


def delete_on_exit(context_dir: str) -> None:
Expand Down

0 comments on commit 9f0906a

Please sign in to comment.