Skip to content

Commit

Permalink
fix flake linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulGarewal authored and PaulGarewal committed Oct 16, 2023
1 parent ad252d3 commit 1a24b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion legal-api/src/legal_api/models/filing.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class Filing(db.Model): # pylint: disable=too-many-instance-attributes,too-many
Manages the filing ledger for the associated business.
"""

class Status(str, Enum):
"""Render an Enum of the Filing Statuses."""

Expand Down

0 comments on commit 1a24b30

Please sign in to comment.