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

Commit 31289d2

Browse files
[client] Sort import of filigran sseclient (#334)
1 parent 95665aa commit 31289d2

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
@@ -16,9 +16,9 @@
1616
from typing import Callable, Dict, List, Optional, Union
1717

1818
import pika
19+
from filigran_sseclient import SSEClient
1920
from pika.adapters.asyncio_connection import AsyncioConnection
2021
from pika.exceptions import NackError, UnroutableError
21-
from filigran_sseclient import SSEClient
2222

2323
from pycti.api.opencti_api_client import OpenCTIApiClient
2424
from pycti.connector import LOGGER

0 commit comments

Comments
 (0)