Skip to content

Commit b104cf9

Browse files
committed
-
1 parent 7043c40 commit b104cf9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source_py3/test_python_toolbox/test_proxy_property.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from python_toolbox.misc_tools import ProxyProperty
1111

1212

13-
class Object(object):
13+
class Object:
1414
''' '''
1515

1616

source_py3/test_python_toolbox/test_temp_value_setting/test_temp_value_setter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from python_toolbox.temp_value_setting import TempValueSetter
99

1010

11-
class Object(object):
11+
class Object:
1212
pass
1313

1414

0 commit comments

Comments
 (0)