Skip to content

Commit

Permalink
fix black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Max KvR committed Oct 1, 2024
1 parent 77e90dc commit d572702
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,7 @@ def make_protobuf_requirement(major: int, minor: int, patch: int) -> str:

# This encodes on which minor protobuf version the major python protobuf
# version was bumped
protobuf_version_mapping = (
(3, 0),
(4, 21),
(5, 26)
)
protobuf_version_mapping = ((3, 0), (4, 21), (5, 26))

# We must subtract one because bisect gives the insertion point after...
py_major = protobuf_version_mapping[
Expand Down

0 comments on commit d572702

Please sign in to comment.