Skip to content

Commit

Permalink
Update __init__.pyi
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored Jan 31, 2025
1 parent 9eea571 commit 4c9c280
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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: ...
def raw_metadata(self) -> Any: ...
@metadata.setter
def metadata(self, item: Any) -> None: ...
def raw_metadata(self, item: Any) -> None: ...
@property
def size(self) -> int: ...
@property
Expand Down

0 comments on commit 4c9c280

Please sign in to comment.