Skip to content

Commit

Permalink
fix ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
xingyaoww committed Mar 25, 2024
1 parent 787a012 commit c1e386e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opendevin/observation.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def to_dict(self) -> dict:
@property
def message(self) -> str:
"""Returns a message describing the observation."""
return f"The agent made an observation."
return "The agent made an observation."


@dataclass
Expand Down

0 comments on commit c1e386e

Please sign in to comment.