Skip to content

Commit dd592f9

Browse files
Peter Konradin-takumasa
authored andcommitted
[mypy] fix missing attribute in registry
1 parent 5f77627 commit dd592f9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

quantities/registry.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ class UnitRegistry:
55

66
def __getitem__(self, item: str) -> UnitQuantity:
77
...
8+
9+
unit_registry: UnitRegistry

0 commit comments

Comments
 (0)