From 1afb98c3ce900f584eee100884730061831de2bb Mon Sep 17 00:00:00 2001 From: robot-piglet Date: Mon, 15 Dec 2025 08:45:00 +0300 Subject: Intermediate changes commit_hash:4f1410c20f0f4b20508536048fa8bdca96fc404b --- library/python/testing/yatest_common/yatest/common/runtime.py | 1 - 1 file changed, 1 deletion(-) (limited to 'library/python/testing') diff --git a/library/python/testing/yatest_common/yatest/common/runtime.py b/library/python/testing/yatest_common/yatest/common/runtime.py index 0c9512cc11a..4372787bb68 100644 --- a/library/python/testing/yatest_common/yatest/common/runtime.py +++ b/library/python/testing/yatest_common/yatest/common/runtime.py @@ -62,7 +62,6 @@ def _is_binary(): def _is_relaxed_runtime_allowed(): - global _relaxed_runtime_allowed if _relaxed_runtime_allowed: return True return not _is_binary() -- cgit v1.3