Skip to content

Conversation

penguinolog
Copy link
Collaborator

  • Add typehints for protected methods

@coveralls
Copy link

coveralls commented Apr 25, 2018

Pull Request Test Coverage Report for Build 41

  • 3 of 3 (100.0%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.01%) to 98.662%

Totals Coverage Status
Change from base Build 40: 0.01%
Covered Lines: 295
Relevant Lines: 299

💛 - Coveralls


import typing # noqa # pylint: disable=unused-import

import gevent.event # noqa # pylint: disable=unused-import

Choose a reason for hiding this comment

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

why?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

It's required for valid typecheck, but not used for the main functionality.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Used on L94

Choose a reason for hiding this comment

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

Ah yep, maybe next time better a dedicate commit for typing annotation?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

will be done for exec-helpers

@penguinolog penguinolog merged commit 4ea2cbb into python-useful-helpers:master Apr 25, 2018
@penguinolog penguinolog deleted the governance&protected branch April 25, 2018 15:54
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