Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
abrichr committed Apr 19, 2023
1 parent da13e5f commit e7ba06c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions puterbot/strategies/llm_ocr_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@
"""


import mss.base

from puterbot.events import get_events
from puterbot.models import Recording
from puterbot.models import Recording, Screenshot
from puterbot.strategies.base import BaseReplayStrategy
from puterbot.strategies.llm_mixin import LLMReplayStrategyMixin
from puterbot.strategies.ocr_mixin import OCRReplayStrategyMixin
Expand All @@ -30,7 +28,7 @@ def __init__(

def get_next_input_event(
self,
screenshot: mss.base.ScreenShot,
screenshot: Screenshot,
):
text = self.get_text(screenshot)

Expand Down

0 comments on commit e7ba06c

Please sign in to comment.