Skip to content

Commit 82fe5f1

Browse files
committed
format
1 parent 33b46bd commit 82fe5f1

File tree

1 file changed

+1
-3
lines changed
  • sdk/python/tests/integration/feature_repos/universal/online_store

1 file changed

+1
-3
lines changed

sdk/python/tests/integration/feature_repos/universal/online_store/cassandra.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@
2828
class CassandraOnlineStoreCreator(OnlineStoreCreator):
2929
def __init__(self, project_name: str, **kwargs):
3030
super().__init__(project_name)
31-
self.container = CassandraContainer("cassandra:4.1.4").with_exposed_ports(
32-
9042
33-
)
31+
self.container = CassandraContainer("cassandra:4.1.4").with_exposed_ports(9042)
3432

3533
def create_online_store(self) -> Dict[str, object]:
3634
self.container.start()

0 commit comments

Comments
 (0)