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

Slightly more flexible type check #2546

Conversation

jenshnielsen
Copy link
Collaborator

@jenshnielsen jenshnielsen commented Dec 18, 2020

fix issues such as Argument 2 to deep_update has incompatible type Dict[str, StepOutputDict]; expected Mapping[Hashable, Any]
by making the arguments typevars with the correct bound

…ct[str, StepOutputDict]; expected Mapping[Hashable, Any]

by making the arguments typevars with the correct bound
@jenshnielsen jenshnielsen force-pushed the more_flexlible_typing_of_deep_update branch from 1b7f1e7 to d5744f5 Compare December 18, 2020 09:53
@codecov
Copy link

codecov bot commented Dec 18, 2020

Codecov Report

Merging #2546 (d5744f5) into master (c6cfc48) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #2546   +/-   ##
=======================================
  Coverage   63.60%   63.60%           
=======================================
  Files         198      198           
  Lines       25912    25915    +3     
=======================================
+ Hits        16481    16484    +3     
  Misses       9431     9431           

@jenshnielsen jenshnielsen merged commit 6a88661 into microsoft:master Dec 18, 2020
@jenshnielsen jenshnielsen deleted the more_flexlible_typing_of_deep_update branch December 18, 2020 13:27
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.

None yet

2 participants