Define source code encoding
parent
7b6236674c
commit
d4db4f0ab8
|
@ -1,3 +1,5 @@
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
"""Functions to perform conversions between the different Confidence scales.
|
"""Functions to perform conversions between the different Confidence scales.
|
||||||
As specified in STIX™ Version 2.1. Part 1: STIX Core Concepts - Appendix B"""
|
As specified in STIX™ Version 2.1. Part 1: STIX Core Concepts - Appendix B"""
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
import datetime as dt
|
import datetime as dt
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
|
|
Loading…
Reference in New Issue