Skip to content

Commit 5925971

Browse files
committed
fix(evolve-lite): format entity_io.py to satisfy ruff check
Fixes failing CI check: check-formatting (3.12)
1 parent 6ca90be commit 5925971

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • platform-integrations/claude/plugins/evolve-lite/lib

platform-integrations/claude/plugins/evolve-lite/lib/entity_io.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ def _get_log_dir():
3131
_LOG_FILE = os.path.join(_get_log_dir(), "evolve-plugin.log")
3232

3333

34-
3534
def log(component, message):
3635
"""Append a timestamped message to the shared log file.
3736

0 commit comments

Comments
 (0)