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 eda8cfb
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
@@ -1,6 +1,7 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

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

0 comments on commit eda8cfb

Please sign in to comment.