Skip to content

Commit 09c5ef1

Browse files
Apply ruff auto-formatting
1 parent 53f7981 commit 09c5ef1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/oai_coding_agent/console/repl_console.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,6 @@ def __init__(self, words: List[str], interval: Optional[float] = None) -> None:
123123
def current_word(self) -> str:
124124
return self._current_word
125125

126-
@current_word.setter
127-
def current_word(self, value: str) -> None:
128-
self._current_word = value
129-
130126
def start(self) -> None:
131127
if not self._task or self._task.done():
132128
self._task = asyncio.create_task(self._run())

0 commit comments

Comments
 (0)