Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 124c658

Browse files
lucascolleyjorenham
andcommitted
Update __init__.py
Co-authored-by: Joren Hammudoglu <[email protected]>
1 parent 3cd110a commit 124c658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/quantity_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from typing import Any, Protocol, TypeAlias, runtime_checkable
66

7-
Unit: TypeAlias = Any # TODO: unit-api
7+
type Unit = Any # TODO: unit-api
88

99
__version__ = "0.0.1.dev0"
1010
__all__ = ["Quantity"]

0 commit comments

Comments
 (0)