Skip to content

Commit 22a040c

Browse files
committed
Fix flake8 warnings
1 parent 6a223e4 commit 22a040c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

investing_algorithm_framework/app/strategy.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ def __init__(
113113
f"Interval not set for strategy instance {self.strategy_id}"
114114
)
115115

116-
117116
if stop_losses is not None:
118117
self.stop_losses = stop_losses
119118

investing_algorithm_framework/infrastructure/services/aws/state_handler.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import os
22
import logging
3-
import stat
43
import boto3
54
from botocore.exceptions import NoCredentialsError, PartialCredentialsError
65
from investing_algorithm_framework.domain import OperationalException, \

0 commit comments

Comments
 (0)