Skip to content

Conversation

@crwilcox
Copy link
Contributor

@crwilcox crwilcox commented Jul 29, 2020

No description provided.

@crwilcox crwilcox changed the base branch from master to v2-staging July 29, 2020 00:38
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Jul 29, 2020
@crwilcox crwilcox added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Jul 29, 2020
@crwilcox crwilcox requested a review from rafilong July 31, 2020 22:06
Copy link
Contributor

@rafilong rafilong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some confusion regarding duplication and specific types.

@crwilcox crwilcox merged commit afff842 into googleapis:v2-staging Aug 6, 2020
from google.api_core import operation as ga_operation
from google.api_core import operation_async
from google.api_core import operation as ga_operation # type: ignore
from google.api_core import operation_async # type: ignore
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is autogen code: how are we going to preserve this work?

import nox


PYTYPE_VERSION = "pytype==2020.7.24"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change (and below) gets wiped out by synthtool.

[bdist_wheel]
universal = 1

[pytype]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Likewise wiped out by synthtool.

from typing import Tuple


__all__: Tuple[
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why a tuple? It would normally be List[str]?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement. do not merge Indicates a pull request not ready for merge, due to either quality or timing.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants