Skip to content

Commit 668a490

Browse files
committed
chore(commons): ignore step wrapper typing error
1 parent 4781cde commit 668a490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

allure-python-commons/src/_allure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ def impl(*a, **kw):
201201
with StepContext(self.title.format(*args, **params), params):
202202
return func(*a, **kw)
203203

204-
return impl
204+
return impl # type: ignore
205205

206206

207207
class Attach:

0 commit comments

Comments
 (0)