🔥 Drop the missing kwargs case
This commit is contained in:
parent
329662e2ec
commit
75a2225ed1
|
@ -238,9 +238,6 @@ class MarkMatcher:
|
|||
if not (matches := self.own_mark_name_mapping.get(name, [])):
|
||||
return False
|
||||
|
||||
if not kwargs:
|
||||
return True
|
||||
|
||||
for mark in matches:
|
||||
if all(mark.kwargs.get(k, NOT_SET) == v for k, v in kwargs.items()):
|
||||
return True
|
||||
|
|
Loading…
Reference in New Issue