Skip to content

Commit

Permalink
remove extra space
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 18, 2024
1 parent cb6edb1 commit cb70047
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/compressed_tensors/utils/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ def getattr_chain(obj: Any, chain_str: str, *args, **kwargs) -> Any:
:param obj: base object whose attributes are being retrieved
:param chain_str: attribute names separated by `.`
:param default: default value, throw error otherwise
"""
if len(args) >= 1:
has_default = True
Expand Down

0 comments on commit cb70047

Please sign in to comment.