Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 0 additions & 35 deletions packages/google-cloud-iam/.OwlBot.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions packages/google-cloud-iam/.coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ branch = True
[report]
show_missing = True
omit =
google/cloud/iam_credentials/__init__.py
google/cloud/iam_credentials/gapic_version.py
google/cloud/iam/__init__.py
google/cloud/iam/gapic_version.py
exclude_lines =
# Re-enable the standard pragma
pragma: NO COVER
Expand Down
4 changes: 1 addition & 3 deletions packages/google-cloud-iam/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@

version = None

with open(
os.path.join(package_root, "google/cloud/iam_credentials/gapic_version.py")
) as fp:
with open(os.path.join(package_root, "google/cloud/iam/gapic_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
Loading