Skip to content

Commit 5b49dbd

Browse files
committed
remove unused imports
1 parent 1a94dc4 commit 5b49dbd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

strats/test_MartingaleStrat.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import unittest
22
from strats.custom_strats import MartingaleStrat
3-
from strats.exceptions import MaxBetsReached, InsufficientFunds
43

54
class TestMartingaleStrat(unittest.TestCase):
65
def setUp(self):

0 commit comments

Comments
 (0)