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

Commit e6f5941

Browse files
committed
[client] handle too large items
1 parent eb03979 commit e6f5941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pycti/utils/opencti_stix2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import time
99
import traceback
1010
import uuid
11-
from typing import Any, Dict, List, Optional, Union, Tuple
11+
from typing import Any, Dict, List, Optional, Tuple, Union
1212

1313
import datefinder
1414
import dateutil.parser

0 commit comments

Comments
 (0)