summaryrefslogtreecommitdiff
path: root/t/unit/test_matcher.py
diff options
context:
space:
mode:
Diffstat (limited to 't/unit/test_matcher.py')
-rw-r--r--t/unit/test_matcher.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/t/unit/test_matcher.py b/t/unit/test_matcher.py
index 8433a19f..0428ee15 100644
--- a/t/unit/test_matcher.py
+++ b/t/unit/test_matcher.py
@@ -1,5 +1,3 @@
-from __future__ import absolute_import, unicode_literals
-
from kombu.matcher import (
match, register, registry, unregister, fnmatch, rematch,
MatcherNotInstalled
@@ -8,7 +6,7 @@ from kombu.matcher import (
import pytest
-class test_Matcher(object):
+class test_Matcher:
def test_register_match_unregister_matcher(self):
register("test_matcher", rematch)