-
-
Notifications
You must be signed in to change notification settings - Fork 350
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
chore: fix various imports #7583
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## unstable #7583 +/- ##
============================================
- Coverage 50.21% 50.20% -0.02%
============================================
Files 603 603
Lines 40509 40509
Branches 2244 2238 -6
============================================
- Hits 20343 20337 -6
- Misses 20126 20132 +6
Partials 40 40 🚀 New features to boost your workflow:
|
Performance Report🚀🚀 Significant benchmark improvement detected
Full benchmark results
|
import {ProducedBlockSource} from "@lodestar/types"; | ||
import { | ||
BlockSelectionResult, | ||
BuilderBlockSelectionReason, |
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.
since we switched to biomjs we no longer catch unused imports with linters this is a bit annoying, I noticed so many unused imports everywhere as well
Fixing multiple imports especially those that are referencing js files