Skip to content

Commit

Permalink
refactor: rename storage to csv & move to root dir
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-awd committed Nov 5, 2023
1 parent 82cf636 commit c690e44
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion monopoly/processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

from monopoly.config import BruteForceConfig, StatementConfig
from monopoly.constants import StatementFields
from monopoly.csv import write_to_csv
from monopoly.pdf import PdfConfig, PdfParser
from monopoly.statement import Statement
from monopoly.storage import write_to_csv

logger = logging.getLogger(__name__)

Expand Down
3 changes: 0 additions & 3 deletions monopoly/storage/__init__.py

This file was deleted.

0 comments on commit c690e44

Please sign in to comment.