-
-
Notifications
You must be signed in to change notification settings - Fork 257
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
Added type annotations #376 #414
Conversation
Thanks so much for opening your first PR here, a maintainer will get back to you shortly! In the meantime:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## testing #414 +/- ##
===========================================
- Coverage 93.40% 92.04% -1.37%
===========================================
Files 15 15
Lines 3080 3105 +25
===========================================
- Hits 2877 2858 -19
- Misses 203 247 +44 ☔ View full report in Codecov by Sentry. |
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 💯 !
@abhisheksuran You can proceed with next file, maybe |
Brief Description
Added type annotations to improve code clarity and enable static type checking.
Requirements / Checklist
Related Issue
#376
Context
This change addresses issue #376 by adding type annotations.
Types of changes
Screenshots (if available):
None