Skip to content

Commit 7463e85

Browse files
committed
my
1 parent a50d6d6 commit 7463e85

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

  • hasher-matcher-actioner/src/OpenMediaMatch/storage

hasher-matcher-actioner/src/OpenMediaMatch/storage/interface.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,10 @@ def bank_content_get(self, id: t.Iterable[int]) -> t.Sequence[BankContentConfig]
5151

5252
# TODO: Merge into pytx, remove this version
5353
@abc.abstractmethod
54-
# type: ignore[override]
55-
def bank_content_update(self, val: BankContentConfig) -> None:
54+
def bank_content_update(
55+
self,
56+
val: BankContentConfig # type: ignore[override]
57+
) -> None:
5658
"""Update the content config for a bank"""
5759

5860
# TODO: Merge into pytx, remove this version

0 commit comments

Comments
 (0)