Fix missing Optional type hint in config.py#795
Fix missing Optional type hint in config.py#795sjhddh wants to merge 4 commits intoroboflow:developfrom
Conversation
RF-DETR PyTorch Lightning Migration 1/2
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.4 → v0.15.5](astral-sh/ruff-pre-commit@v0.15.4...v0.15.5) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
|
|
@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. Additional details and impacted files@@ Coverage Diff @@
## develop #795 +/- ##
======================================
Coverage 72% 72%
======================================
Files 97 97
Lines 7368 7368
======================================
Hits 5276 5276
Misses 2092 2092 🚀 New features to boost your workflow:
|
|
Just pinging on this! The PR has been updated and rebased onto |
@sjhddh it is not updated yet, so can you pls share print-screen 🐰 |
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).