Skip to content

Commit

Permalink
fixup! [util] Refactor version info parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
pamaury committed Jan 22, 2024
1 parent ff46b79 commit 8a06d34
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions util/version_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0

import sys


def parse_version_file(path):
"""
Parse a bazel version file and return a dictionary of the values.
Expand Down

0 comments on commit 8a06d34

Please sign in to comment.