Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit 6657379

Browse files
author
Samuel Hassine
committed
[client] Fix black
1 parent 645e06e commit 6657379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pycti/connector/opencti_connector_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def run(self):
170170
credentials=self.pika_credentials,
171171
ssl_options=pika.SSLOptions(create_ssl_context(), self.host)
172172
if self.use_ssl
173-
else None
173+
else None,
174174
)
175175
self.pika_connection = pika.BlockingConnection(self.pika_parameters)
176176
self.channel = self.pika_connection.channel()

0 commit comments

Comments
 (0)