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

from __future__ import annotations #2464

Merged
merged 5 commits into from
Sep 23, 2020
Merged

Conversation

cclauss
Copy link
Member

@cclauss cclauss commented Sep 23, 2020

To prepare for Python 3.9, use from __future__ import annotations to replace
from typing import Dict, FrozenSet, List, Set, Tuple, Type.

@TravisBuddy
Copy link

Travis tests have failed

Hey @cclauss,
Please read the following log in order to understand the failure reason.
It'll be awesome if you fix what's wrong and commit the changes.

TravisBuddy Request Identifier: 56676060-fd83-11ea-a706-8f9ec0eccd66

@cclauss cclauss merged commit 9200a2e into TheAlgorithms:master Sep 23, 2020
@cclauss cclauss deleted the annotations branch September 23, 2020 11:30
@TravisBuddy
Copy link

Hey @cclauss,
Something went wrong with the build.

TravisCI finished with status errored, which means the build failed because of something unrelated to the tests, such as a problem with a dependency or the build process itself.

View build log

TravisBuddy Request Identifier: 7b35e8f0-fd90-11ea-a706-8f9ec0eccd66

stokhos pushed a commit to stokhos/Python that referenced this pull request Jan 3, 2021
* from __future__ import annotations

* fixup! from __future__ import annotations

* fixup! from __future__ import annotations

* fixup! Format Python code with psf/black push

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants