Skip to content

Commit

Permalink
Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeyadTarekk committed Nov 8, 2024
1 parent bb816aa commit a5a1930
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
from enum import Enum, auto
import typing as t

import common

from threatexchange import common

class ContentType:
@classmethod
Expand All @@ -32,7 +31,7 @@ def extract_additional_content(
* Photo => run OCR and extract text
* Video => break out photo thumbnail, close caption text, audio
"""
return {}
return []


class RotationType(Enum):
Expand Down

0 comments on commit a5a1930

Please sign in to comment.