Skip to content

Commit 9c756a4

Browse files
committed
renaming main class
1 parent a983357 commit 9c756a4

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

File renamed without changes.

tests/kinesis_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import time
22
import boto3
33
import unittest
4-
from localstack import startup_localstack, stop_localstack
4+
from localstack_utils import startup_localstack, stop_localstack
55

66
class kinesis_test(unittest.TestCase):
77
def setUp(self):

0 commit comments

Comments
 (0)