Skip to content

Commit

Permalink
fix: [stix2 import] Trying to fix Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisr3d committed Dec 20, 2024
1 parent 18236e4 commit 21fe407
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions misp_stix_converter/stix2misp/stix2_to_misp.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# -*- coding: utf-8 -*-

import sys
from __future__ import annotations
from .exceptions import (
MarkingDefinitionLoadingError, ObjectRefLoadingError,
ObjectTypeLoadingError, SynonymsResourceJSONError,
Expand Down

0 comments on commit 21fe407

Please sign in to comment.