Skip to content

Commit 1dc8f90

Browse files
authored
Remove type hint from TestQueryParams.setUp()
1 parent f7f1b8f commit 1dc8f90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_elasticsearch/test_client/test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010
class TestQueryParams(TestCase):
11-
def setUp(self) -> None:
11+
def setUp(self):
1212
self.calls = []
1313

1414
@query_params("simple_param")

0 commit comments

Comments
 (0)