Skip to content

Commit

Permalink
black run
Browse files Browse the repository at this point in the history
  • Loading branch information
jaik03 committed Mar 31, 2024
1 parent 3b6e19c commit 9688f8f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/ofxstatement/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ def parse_record(self, line: LT) -> Optional[StatementLine]: # pragma: no cover
"""Parse given transaction line and return StatementLine object"""
raise NotImplementedError

def parse_invest_record (self, line: LT) -> Optional[InvestStatementLine]: # pragma: no cover
def parse_invest_record(
self, line: LT
) -> Optional[InvestStatementLine]: # pragma: no cover
"""Parse given investement transaction line and return InvetStatementLine object"""
raise NotImplementedError

Expand Down

0 comments on commit 9688f8f

Please sign in to comment.