Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix pypi_tools.pypi ImportError #14533

Merged
merged 1 commit into from
Oct 15, 2020
Merged

Fix pypi_tools.pypi ImportError #14533

merged 1 commit into from
Oct 15, 2020

Conversation

chlowell
Copy link
Member

pypi_tools.pypi isn't importable in all 2.7 environments because it attempts to import from typing, which isn't part of 2.7's standard library. The module doesn't use this import, so this PR simply removes it.

@chlowell chlowell added the EngSys This issue is impacting the engineering system. label Oct 15, 2020
@chlowell chlowell requested a review from scbedd October 15, 2020 15:50
@chlowell chlowell merged commit a9cfcdc into Azure:master Oct 15, 2020
@chlowell chlowell deleted the fix-pypi branch October 15, 2020 18:20
openapi-sdkautomation bot pushed a commit to AzureSDKAutomation/azure-sdk-for-python that referenced this pull request May 24, 2021
Addpersonalizerv1point1swagger (Azure#14533)

* added swagger and examples for personalizer v1.1 preview

* moved folder

* added new version to readme

* prettier changes

* fixed breaking changes

* removed custom words

* changed endpoint name

* prettier

* custom word

* custom words

* added apim-key to security

Co-authored-by: Oren Michaely <[email protected]>
Co-authored-by: Oren Michaely <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
EngSys This issue is impacting the engineering system.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants