Switch to new API

This commit is contained in:
Jean-Paul Calderone 2018-07-03 13:37:03 -04:00
parent b50911285a
commit 55ebf261ce
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ def _marked(func, mark):
class MarkInfo(object):
""" Marking object created by :class:`MarkDecorator` instances. """
_marks = attr.ib(convert=list)
_marks = attr.ib(converter=list)
@_marks.validator
def validate_marks(self, attribute, value):