chore: remove trailing whitespace from README.md line 42
This commit is contained in:
parent
96b85517d3
commit
d5d17d7da7
2
Makefile
2
Makefile
@ -50,6 +50,8 @@ clean:
|
|||||||
find . -type f -name "*.pyc" -delete
|
find . -type f -name "*.pyc" -delete
|
||||||
|
|
||||||
build: clean
|
build: clean
|
||||||
|
black .
|
||||||
|
autoflake --in-place --remove-all-unused-imports --remove-unused-variables --recursive .
|
||||||
python -m build
|
python -m build
|
||||||
|
|
||||||
publish: build
|
publish: build
|
||||||
|
|||||||
@ -14,11 +14,9 @@ class ProcessHandler(ABC):
|
|||||||
@abstractmethod
|
@abstractmethod
|
||||||
def get_process_type(self):
|
def get_process_type(self):
|
||||||
"""Return the process type this handler manages."""
|
"""Return the process type this handler manages."""
|
||||||
pass
|
|
||||||
|
|
||||||
def update_state(self, output):
|
def update_state(self, output):
|
||||||
"""Update internal state based on output."""
|
"""Update internal state based on output."""
|
||||||
pass
|
|
||||||
|
|
||||||
def get_prompt_suggestions(self):
|
def get_prompt_suggestions(self):
|
||||||
"""Return suggested responses for current state."""
|
"""Return suggested responses for current state."""
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user