-
Notifications
You must be signed in to change notification settings - Fork 14
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
fixed type hint of hrandfield method #155
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi! 3.9 doesn't support this syntax. You should use Union.
ah |
869c834
to
1c87f81
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
1c87f81
to
1e3e881
Compare
1e3e881
to
b00b85c
Compare
Signed-off-by: amirreza <[email protected]>
b00b85c
to
1fc6f9b
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #155 +/- ##
=======================================
Coverage 76.22% 76.22%
=======================================
Files 130 130
Lines 33946 33946
=======================================
Hits 25877 25877
Misses 8069 8069 ☔ View full report in Codecov by Sentry. |
It was updated in the follow-up commit
hrandfield returns a byte if no count is given
if count is given it returns a list of bytes
if there is no value found, it returns None