Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle Sayers <kylesayrs@gmail.com>
  • Loading branch information
kylesayrs committed Nov 25, 2024
1 parent 3da8953 commit 7c47282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compressed_tensors/utils/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ class AliasableEnum:
A mixin for enums to allow aliasing of enum members
Example:
>>> class MyClass(int, AliasableEnum, Enum):
>>> class MyClass(AliasableEnum, int, Enum):
>>> ...
"""

Expand Down

0 comments on commit 7c47282

Please sign in to comment.