Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
antaenc committed Oct 31, 2024
1 parent 78d77c9 commit 59b26cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/szengine_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,9 @@ def preprocess_record(
def prime_engine(self, **kwargs: Any) -> None:
"""None"""

def process_redo_record(self, redo_record: str, flags: int = 0, **kwargs: Any) -> str:
def process_redo_record(
self, redo_record: str, flags: int = 0, **kwargs: Any
) -> str:
return ""

def reevaluate_entity(self, entity_id: int, flags: int = 0, **kwargs: Any) -> str:
Expand Down

0 comments on commit 59b26cc

Please sign in to comment.