Skip to content

Commit e92b963

Browse files
Brian KrafftCopilot
andcommitted
fix(5.1): Remove unused _MAX_SKILL_NAME_LENGTH import from evolver.py
Opus 4.6 review flagged: constant only used inside _sanitize_skill_name which moved to evolution/models.py. Dead import removed. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent fc99fd1 commit e92b963

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

openspace/skill_engine/evolver.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
from openspace.utils.logging import Logger
3030

3131
from .evolution.models import (
32-
_MAX_SKILL_NAME_LENGTH,
3332
EvolutionContext,
3433
EvolutionTrigger,
3534
_sanitize_skill_name,

0 commit comments

Comments
 (0)