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 Jul 4, 2023
1 parent b45f4a4 commit 4a67c4f
Show file tree
Hide file tree
Showing 84 changed files with 12 additions and 18,424 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ async def sample_update_group():
# Done; return the response.
return response

async def __aenter__(self):
async def __aenter__(self) -> "ErrorGroupServiceAsyncClient":
return self

async def __aexit__(self, exc_type, exc, tb):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ async def sample_delete_events():
# Done; return the response.
return response

async def __aenter__(self):
async def __aenter__(self) -> "ErrorStatsServiceAsyncClient":
return self

async def __aexit__(self, exc_type, exc, tb):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ async def sample_report_error_event():
# Done; return the response.
return response

async def __aenter__(self):
async def __aenter__(self) -> "ReportErrorsServiceAsyncClient":
return self

async def __aexit__(self, exc_type, exc, tb):
Expand Down
13 changes: 0 additions & 13 deletions owl-bot-staging/v1beta1/.coveragerc

This file was deleted.

33 changes: 0 additions & 33 deletions owl-bot-staging/v1beta1/.flake8

This file was deleted.

2 changes: 0 additions & 2 deletions owl-bot-staging/v1beta1/MANIFEST.in

This file was deleted.

49 changes: 0 additions & 49 deletions owl-bot-staging/v1beta1/README.rst

This file was deleted.

0 comments on commit 4a67c4f

Please sign in to comment.