We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a223e4 commit 22a040cCopy full SHA for 22a040c
2 files changed
investing_algorithm_framework/app/strategy.py
@@ -113,7 +113,6 @@ def __init__(
113
f"Interval not set for strategy instance {self.strategy_id}"
114
)
115
116
-
117
if stop_losses is not None:
118
self.stop_losses = stop_losses
119
investing_algorithm_framework/infrastructure/services/aws/state_handler.py
@@ -1,6 +1,5 @@
1
import os
2
import logging
3
-import stat
4
import boto3
5
from botocore.exceptions import NoCredentialsError, PartialCredentialsError
6
from investing_algorithm_framework.domain import OperationalException, \
0 commit comments