Skip to content

Commit

Permalink
chore: rename files to lower case
Browse files Browse the repository at this point in the history
rename Statement.py and Config.py to be more in line with the
rest of the files in this project.
  • Loading branch information
ChrisRBe committed Dec 19, 2021
1 parent 276d199 commit f69465e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/p2p_account_statement_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@

from yaml import safe_load

from src.Config import Config
from src.p2p_parser_config import Config
from src.portfolio_performance_writer import PP_FIELDNAMES
from src.Statement import Statement
from src.statement import Statement


class PeerToPeerPlatformParser(object):
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/test/test_statement.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"""
import unittest

from src.Statement import Statement
from src.statement import Statement


class TestStatement(unittest.TestCase):
Expand Down

0 comments on commit f69465e

Please sign in to comment.