Skip to content

chore: unused import os in cli.py (ruff F401) #11

Description

@Infinite-Ng

Summary

import os on line 15 of cli.py is never used. ruff check reports it as F401.

src/harnessbench/cli.py:15:8 F401 `os` imported but unused

Fix

Remove line 15:

# delete this line
import os

Fixable automatically with:

ruff check --fix src/harnessbench/cli.py

Affected file

src/harnessbench/cli.py, line 15

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions