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

Commit 33f588f

Browse files
[client] Fix unused import
1 parent 7c84207 commit 33f588f

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

pycti/entities/opencti_stix.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
# coding: utf-8
22

3-
import json
4-
import os
5-
6-
import magic
7-
83

94
class Stix:
105
def __init__(self, opencti):

pycti/entities/opencti_stix_core_object.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
# coding: utf-8
22

3-
import json
4-
import os
5-
6-
import magic
7-
83

94
class StixCoreObject:
105
def __init__(self, opencti, file):

0 commit comments

Comments
 (0)