Skip to content

Commit

Permalink
Remove logging reference
Browse files Browse the repository at this point in the history
  • Loading branch information
MDUYN committed Aug 14, 2023
1 parent ffd6520 commit 68e891c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions investing_algorithm_framework/infrastructure/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
create_all_tables
from .models import SQLPortfolio, SQLOrder, SQLPosition, SQLOrderFee, \
SQLPositionCost
from .logging import DEFAULT_LOGGING_CONFIG

__all__ = [
"create_all_tables",
Expand All @@ -22,5 +21,4 @@
"SQLOrderFee",
"SQLPosition",
"SQLPositionCost",
"DEFAULT_LOGGING_CONFIG"
]

0 comments on commit 68e891c

Please sign in to comment.