We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a983357 commit 9c756a4Copy full SHA for 9c756a4
2 files changed
localstack.py localstack_utils.pylocalstack.py renamed to localstack_utils.py
tests/kinesis_test.py
@@ -1,7 +1,7 @@
1
import time
2
import boto3
3
import unittest
4
-from localstack import startup_localstack, stop_localstack
+from localstack_utils import startup_localstack, stop_localstack
5
6
class kinesis_test(unittest.TestCase):
7
def setUp(self):
0 commit comments