diff options
Diffstat (limited to 't/unit/test_matcher.py')
-rw-r--r-- | t/unit/test_matcher.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/unit/test_matcher.py b/t/unit/test_matcher.py index 2100fa74..37ae5207 100644 --- a/t/unit/test_matcher.py +++ b/t/unit/test_matcher.py @@ -1,3 +1,5 @@ +from __future__ import annotations + import pytest from kombu.matcher import (MatcherNotInstalled, fnmatch, match, register, |