Skip to content

Conversation

@mdumandag
Copy link
Contributor

Formerly, we had type hints in the docstrings, but after
introducing the actual type hints, they are not needed anymore.

This PR removes those duplicate type hints in the docstrings from
the public APIs.

Formerly, we had type hints in the docstrings, but after
introducing the actual type hints, they are not needed anymore.

This PR removes those duplicate type hints in the docstrings from
the public APIs.
@mdumandag mdumandag force-pushed the unnecessary-type-annotations branch from 449ff78 to cf71f4e Compare March 14, 2022 10:05
yuce
yuce previously approved these changes Mar 14, 2022
Copy link
Contributor

@yuce yuce left a comment

Choose a reason for hiding this comment

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

Looks good!

@codecov-commenter
Copy link

Codecov Report

Merging #534 (425a4dd) into master (eaece2e) will decrease coverage by 0.29%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #534      +/-   ##
==========================================
- Coverage   95.93%   95.64%   -0.30%     
==========================================
  Files         346      346              
  Lines       18009    18007       -2     
==========================================
- Hits        17277    17222      -55     
- Misses        732      785      +53     
Impacted Files Coverage Δ
hazelcast/aggregator.py 97.91% <ø> (ø)
hazelcast/client.py 99.55% <ø> (ø)
hazelcast/core.py 93.50% <ø> (ø)
hazelcast/cp.py 97.18% <ø> (ø)
hazelcast/future.py 100.00% <ø> (ø)
hazelcast/lifecycle.py 95.08% <ø> (ø)
hazelcast/partition.py 91.02% <ø> (ø)
hazelcast/predicate.py 96.29% <ø> (ø)
hazelcast/projection.py 94.00% <ø> (-0.12%) ⬇️
hazelcast/proxy/base.py 97.61% <ø> (ø)
... and 34 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update eaece2e...425a4dd. Read the comment docs.

Copy link

@utku-caglayan utku-caglayan left a comment

Choose a reason for hiding this comment

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

Looks good!

@mdumandag mdumandag merged commit 497694c into hazelcast:master Mar 14, 2022
@mdumandag mdumandag deleted the unnecessary-type-annotations branch March 14, 2022 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants