Skip to content

Commit ca8f616

Browse files
author
Sylvain MARIE
committed
Last test fix for python 2
1 parent ad2b46e commit ca8f616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyfields/tests/test_readme.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ def test_autoclass():
450450
from autoclass import autoclass
451451

452452
@autoclass
453-
class Foo:
453+
class Foo(object):
454454
msg = field(type_hint=str)
455455
age = field(default=12, type_hint=int)
456456

0 commit comments

Comments
 (0)