Skip to content

Commit

Permalink
remove extra newline
Browse files Browse the repository at this point in the history
  • Loading branch information
jojortz committed Jun 11, 2024
1 parent 29f90cd commit ae9b56c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sec_agent_sdk/models/filing_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ class FilingTable(str, Enum):
INCOME_STATEMENT = 'income-statement'
BUSINESS_SEGMENTS_AND_KPIS = "business-segments-and-kpis"


@classmethod
def from_json(cls, json_str: str) -> Self:
"""Create an instance of FilingTable from a JSON string"""
Expand Down

0 comments on commit ae9b56c

Please sign in to comment.