Skip to content

Commit

Permalink
🦉 Updates from OwlBot post-processor
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] committed Nov 14, 2023
1 parent 062de95 commit b0b7e78
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@

version = None

with open(
os.path.join(package_root, "django_spanner/version.py")
) as fp:
with open(os.path.join(package_root, "django_spanner/version.py")) as fp:
version_candidates = re.findall(r"(?<=\")\d+.\d+.\d+(?=\")", fp.read())
assert len(version_candidates) == 1
version = version_candidates[0]
Expand Down

0 comments on commit b0b7e78

Please sign in to comment.