We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 110008b commit 642ede1Copy full SHA for 642ede1
contentctl/objects/unit_test.py
@@ -1,10 +1,5 @@
1
from __future__ import annotations
2
-from typing import TYPE_CHECKING, Union
3
-
4
-# TODO (cmcginley): what's the purpose of this conditional?
5
-if TYPE_CHECKING:
6
- from contentctl.objects.unit_test_attack_data import UnitTestAttackData
7
- from contentctl.objects.unit_test_result import UnitTestResult
+from typing import Union
8
9
from pydantic import Field
10
0 commit comments