Skip to content

Commit 642ede1

Browse files
double import in unit_test
1 parent 110008b commit 642ede1

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

contentctl/objects/unit_test.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
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
2+
from typing import Union
83

94
from pydantic import Field
105

0 commit comments

Comments
 (0)