Skip to content

Commit

Permalink
Support older union type
Browse files Browse the repository at this point in the history
  • Loading branch information
WillB97 committed Jun 29, 2024
1 parent 1287b0d commit 6a19a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbot/camera.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from .marker import Marker
from .utils import Board, BoardIdentity

PathLike = Path | str
PathLike = Union[Path, str]
LOGGER = logging.getLogger(__name__)


Expand Down

0 comments on commit 6a19a5e

Please sign in to comment.