mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Addressing comments
This commit is contained in:
parent
7ac28225ff
commit
245df5efe5
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ class SafeRepr(object):
|
|||
string_types = (str, bytes)
|
||||
set_info = (set, '{', '}', False)
|
||||
frozenset_info = (frozenset, 'frozenset({', '})', False)
|
||||
int_types = (int)
|
||||
int_types = (int,)
|
||||
else:
|
||||
string_types = (str, unicode)
|
||||
set_info = (set, 'set([', '])', False)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue