Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
r0fls committed Jul 24, 2024
1 parent aec3654 commit 122e873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion strategies/base_strategy.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from abc import ABC, abstractmethod
from database.models import Balance, Position
from utils.logger import logger
from utils.utils import is_market_open, is_futures_option
from utils.utils import is_market_open, is_futures_option, is_futures_market_open
from datetime import datetime
import asyncio

Expand Down

0 comments on commit 122e873

Please sign in to comment.