mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
no need to use f-string
This commit is contained in:
parent
a9a170bd63
commit
644c658e75
1 changed files with 1 additions and 1 deletions
|
|
@ -666,7 +666,7 @@ class TestTypeConversion(object):
|
|||
for val_trial, type_trial in correct_trials:
|
||||
assert isinstance(
|
||||
json.of_type(type_trial)(val_trial), type_trial
|
||||
), f"Wrong type coversion"
|
||||
), "Wrong type coversion"
|
||||
|
||||
# test conversion that are not expected to work
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue