Fix missing Optional type hint in config.py#795
Fix missing Optional type hint in config.py#795sjhddh wants to merge 1 commit intoroboflow:developfrom
Conversation
|
|
|
@sjhddh seems you started from wrong branch, pls read the contribution guide... So pls rebase |
ffaff06 to
af8e96f
Compare
|
@Borda I have rebased the PR onto the |
@sjhddh ^^ |
Codecov Report✅ All modified and coverable lines are covered by tests. ❌ Your project check has failed because the head coverage (66%) is below the target coverage (95%). You can increase the head coverage or adjust the target coverage.
Additional details and impacted files@@ Coverage Diff @@
## develop #795 +/- ##
=======================================
- Coverage 73% 66% -7%
=======================================
Files 69 69
Lines 8149 8149
=======================================
- Hits 5965 5357 -608
- Misses 2184 2792 +608 🚀 New features to boost your workflow:
|
Changed
class_names: List[str] = Nonetoclass_names: Optional[List[str]] = Noneinrfdetr/config.pyto fix type checker error.Automated PR created by OpenClaw daily-pr routine (Backlog queue).