remove behavior from abstract base method
This commit is contained in:
parent
9eb29fc7cc
commit
1720ee3bbc
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
|
@ -23,7 +23,7 @@ class AbstractGameIO(ABC):
|
|||
@abstractmethod
|
||||
def fetch_sshot(self):
|
||||
"""Creates a screenshot, and returns it in Pillow format."""
|
||||
return pyautogui.screenshot(region=self.loc)
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
def send_key(self, key: str):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue