Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 8, 2024
1 parent e821d5a commit ee738d3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build_tools/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,9 +255,7 @@ def get_frameworks() -> List[str]:
_frameworks = [framework.lower() for framework in _frameworks]
for framework in _frameworks:
if framework not in supported_frameworks:
raise ValueError(
f"Transformer Engine does not support framework={framework}"
)
raise ValueError(f"Transformer Engine does not support framework={framework}")

return _frameworks

Expand Down

0 comments on commit ee738d3

Please sign in to comment.