Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Remove typing extensions import check #400

Merged
merged 2 commits into from
Sep 1, 2019

Conversation

kierdavis
Copy link
Contributor

Fixes #396.

Previously typing-extensions was only available when typechecking.
This will now allow us to remove the import check for whether this
module is available.
As of fde5b7e it is now always available.

Fixes #396.
@codeclimate
Copy link

codeclimate bot commented Sep 1, 2019

Code Climate has analyzed commit 4ea2337 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (95% is the threshold).

This pull request will bring the total coverage in the repository to 89.0% (0.0% change).

View more on Code Climate.

Copy link
Contributor

@trickeydan trickeydan left a comment

Choose a reason for hiding this comment

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

Happy to merge as is, as we don't yet support 3.8

j5/backends/hardware/j5/serial.py Show resolved Hide resolved
@kierdavis kierdavis merged commit 83f98bf into master Sep 1, 2019
@kierdavis kierdavis deleted the remove-typing-extensions-import-check branch September 1, 2019 17:43
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Technical Debt around Protocol
2 participants