Skip to content

Commit

Permalink
Adjust linting for BundleOpt
Browse files Browse the repository at this point in the history
  • Loading branch information
addyess committed Mar 22, 2024
1 parent 9817d3a commit 25c0848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest_operator/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ class ModelInUseError(Exception):
"""Raise when trying to add a model alias which already exists."""


BundleOpt = TypeVar("BundleOpt", str, Path, "OpsTest.Bundle")
BundleOpt = Union[str, Path, "OpsTest.Bundle"]
Timeout = TypeVar("Timeout", float, int)


Expand Down

0 comments on commit 25c0848

Please sign in to comment.