Skip to content

Commit 703b183

Browse files
bowiechenmeta-codesync[bot]
authored andcommitted
apply Black 25.11.0 style in fbcode/deeplearning/projects (21/92)
Summary: Formats the covered files with pyfmt. paintitblack Reviewed By: itamaro Differential Revision: D90476315 fbshipit-source-id: ee94c471788b8e7d067813d8b3e0311214d17f3f
1 parent 4c4816d commit 703b183

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

bindings/python/compute_version.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ def get_tagged_version() -> Optional[str]:
3131
return None
3232

3333
# Must match the version in `version.txt` -- ignores `rc` or other suffixes
34-
assert (
35-
version.parse(version_from_file).release == version.parse(tag[1:]).release
36-
), f"The version in version.txt ({version_from_file}) does not match the given tag ({tag})"
34+
assert version.parse(version_from_file).release == version.parse(tag[1:]).release, (
35+
f"The version in version.txt ({version_from_file}) does not match the given tag ({tag})"
36+
)
3737
return tag[1:]
3838

3939

0 commit comments

Comments
 (0)