Skip to content

Commit

Permalink
fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
aptsunny committed Oct 18, 2022
1 parent 6afafea commit 20633dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmrazor/engine/runner/utils/check.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def check_subnet_resources(
"""Check whether is beyond resources constraints.
Returns:
bool, result: The result of checking.
bool, result: The result of checking.
"""
if constraints_range is None:
return True, dict()
Expand Down

0 comments on commit 20633dd

Please sign in to comment.