Skip to content

Commit

Permalink
Update __init__.pyi
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed Jan 31, 2025
1 parent 9eea571 commit 9932eaa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/boost_histogram/_core/axis/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ class _BaseAxis:
@property
def traits_ordered(self) -> bool: ...
@property
def metadata(self) -> Any: ...
@metadata.setter
def metadata(self, item: Any) -> None: ...
def raw_metadata(self) -> Any: ...
@raw_metadata.setter
def raw_metadata(self, item: Any) -> None: ...
@property
def size(self) -> int: ...
@property
Expand Down

0 comments on commit 9932eaa

Please sign in to comment.