aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/yarl/tests/test_update_query.py
diff options
context:
space:
mode:
authorAlexSm <alex@ydb.tech>2023-12-22 17:10:22 +0100
committerGitHub <noreply@github.com>2023-12-22 17:10:22 +0100
commit148f920350c60c0ca2d89b637a5aea9093eee450 (patch)
tree6314b1433dac833398c333731e83f0ad77e81a0b /contrib/python/yarl/tests/test_update_query.py
parent7116d46ae7c0259b5f9d489de263f8701e432b1c (diff)
downloadydb-148f920350c60c0ca2d89b637a5aea9093eee450.tar.gz
Library import 2 (#639)
Diffstat (limited to 'contrib/python/yarl/tests/test_update_query.py')
-rw-r--r--contrib/python/yarl/tests/test_update_query.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/python/yarl/tests/test_update_query.py b/contrib/python/yarl/tests/test_update_query.py
index e47c468341..176259d750 100644
--- a/contrib/python/yarl/tests/test_update_query.py
+++ b/contrib/python/yarl/tests/test_update_query.py
@@ -171,7 +171,7 @@ class _CStr(str):
class _EmptyStrEr:
def __str__(self):
- return ""
+ return "" # pragma: no cover # <-- this should never happen
class _CInt(int, _EmptyStrEr):