Skip to content

Commit 32cf9f7

Browse files
committed
fix import
1 parent 06af79f commit 32cf9f7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

scripts/utils/models.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
from dohq_teamcity import Build
44
from pydantic import BaseSettings, Field
55

6-
from scripts.client import TC
7-
86
ENV_TC_URL_NAME = "TC_URL"
97
ENV_TC_USER_NAME = "TC_USER"
108
ENV_TC_PASSWORD_NAME = "TC_PASSWORD"
@@ -33,6 +31,8 @@ class AutoTestsInfo(BuildEnv):
3331

3432
@classmethod
3533
def from_current_build(cls, build: "Build") -> "AutoTestsInfo":
34+
from scripts.client import TC
35+
3636
params = TC.get_build_params(build)
3737
return cls(
3838
supported_shells=list(

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.0
1+
4.0.1

0 commit comments

Comments
 (0)