Skip to content

Commit

Permalink
Python formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bglw committed Oct 2, 2024
1 parent 9bdbe2d commit be66cf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions wrappers/python/scripts/build/api_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
cli.add_argument("--tag", required=True, help="The version to build.")
log = logging.getLogger(__name__)


def main() -> None:
setup_logging()
args = cli.parse_args()
Expand Down
1 change: 1 addition & 0 deletions wrappers/python/scripts/build/versioning.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import re


def process_tag(tag: str) -> str:
"""Convert a git tag to a version string compliant with PEP 440.
See https://peps.python.org/pep-0440/#public-version-identifiers
Expand Down

0 comments on commit be66cf5

Please sign in to comment.