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

Commit 1db947c

Browse files
authored
[tests] Black format fix
1 parent f79f1aa commit 1db947c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

tests/conftest.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
import pytest
22
from pytest_cases import fixture
3-
from pycti import OpenCTIApiClient, OpenCTIApiConnector, OpenCTIApiWork, OpenCTIStix2, OpenCTIStix2Splitter
3+
from pycti import (
4+
OpenCTIApiClient,
5+
OpenCTIApiConnector,
6+
OpenCTIApiWork,
7+
OpenCTIStix2,
8+
OpenCTIStix2Splitter,
9+
)
410

511

612
@fixture(scope="session")
@@ -31,6 +37,7 @@ def api_stix(api_client):
3137
def opencti_splitter():
3238
return OpenCTIStix2Splitter()
3339

40+
3441
def pytest_addoption(parser):
3542
parser.addoption(
3643
"--connectors", action="store_true", default=False, help="run connector tests"

0 commit comments

Comments
 (0)