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

add __init__ None return typing #436

Merged
merged 1 commit into from
Sep 16, 2023
Merged

add __init__ None return typing #436

merged 1 commit into from
Sep 16, 2023

Conversation

bjlittle
Copy link
Owner

🚀 Pull Request

Description

This PR adds the missing None return type annotation for __init__'s.


@bjlittle bjlittle changed the title add dunder init None return typing add __init__ None return typing Sep 16, 2023
@codecov
Copy link

codecov bot commented Sep 16, 2023

Codecov Report

Merging #436 (d37c24a) into main (2e732c8) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #436   +/-   ##
=======================================
  Coverage   85.80%   85.80%           
=======================================
  Files          64       64           
  Lines        3509     3509           
=======================================
  Hits         3011     3011           
  Misses        498      498           
Files Changed Coverage Δ
src/geovista/bridge.py 61.11% <ø> (ø)
src/geovista/core.py 44.60% <ø> (ø)
src/geovista/geodesic.py 82.73% <ø> (ø)
src/geovista/search.py 100.00% <ø> (ø)

@bjlittle bjlittle merged commit 7d9a844 into main Sep 16, 2023
@bjlittle bjlittle deleted the dunder-init-none branch September 16, 2023 21:35
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.

1 participant