Skip to content

Commit 0f7f01c

Browse files
chore: satisfy isort lines-after-imports in the unsupported-msg test
1 parent b50b07b commit 0f7f01c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/internal/test_py315_import_degrade.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
from ddtrace.internal.compat import NEXT_PY_VERSION_INFO
1515
from ddtrace.internal.compat import PYTHON_VERSION_INFO
1616

17+
1718
_RUNNING_VERSION = f"{PYTHON_VERSION_INFO[0]}.{PYTHON_VERSION_INFO[1]}"
1819
_UNSUPPORTED_MSG = f"This version of CPython is not supported yet: {_RUNNING_VERSION}"
1920

0 commit comments

Comments
 (0)