From 76201e6847fe663e04f6328ca664e1417c880493 Mon Sep 17 00:00:00 2001 From: emmatveev Date: Tue, 22 Oct 2024 00:20:56 +0300 Subject: [PATCH] fix --- tools/sprint_platform.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/sprint_platform.py b/tools/sprint_platform.py index 4a0bd42..7063a45 100644 --- a/tools/sprint_platform.py +++ b/tools/sprint_platform.py @@ -95,4 +95,4 @@ platform = PlatformClient( os.getenv('PLATFORM_SECURITY_TOKEN'), 'Ruletka', os.getenv('STAGE', 'local') -) +) \ No newline at end of file