Skip to content
This repository was archived by the owner on Jul 6, 2023. It is now read-only.

Commit 333a73d

Browse files
authored
chore: fix formatting in setup.py (#4)
1 parent 6594adc commit 333a73d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
description = "Cloud TPU API client library"
2525
version = "0.1.0"
2626
release_status = "Development Status :: 4 - Beta"
27-
url="https://github.com/googleapis/python-tpu",
27+
url = "https://github.com/googleapis/python-tpu"
2828
dependencies = [
2929
"google-api-core[grpc] >= 1.22.2, < 2.0.0dev",
3030
"proto-plus >= 1.15.0",
@@ -76,4 +76,4 @@
7676
install_requires=dependencies,
7777
include_package_data=True,
7878
zip_safe=False,
79-
)
79+
)

0 commit comments

Comments
 (0)