aboutsummaryrefslogtreecommitdiff
path: root/tests/test_client.py
diff options
context:
space:
mode:
authorCody Logan <cody@lokken.dev>2023-11-16 12:29:36 -0800
committerCody Logan <cody@lokken.dev>2023-11-16 12:29:36 -0800
commit06dfda7b5430bfc895a39defad50f184d41281f1 (patch)
tree858948a451305a117678f6047f1a6b9ab714f72b /tests/test_client.py
parentdbb8dd8a3ba3e5bd65edae2aded253975708dc13 (diff)
downloadwikiget-06dfda7b5430bfc895a39defad50f184d41281f1.tar.gz
wikiget-06dfda7b5430bfc895a39defad50f184d41281f1.zip
Additional type checking import blocks
Diffstat (limited to 'tests/test_client.py')
-rw-r--r--tests/test_client.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_client.py b/tests/test_client.py
index dae63f5..a0e4855 100644
--- a/tests/test_client.py
+++ b/tests/test_client.py
@@ -17,6 +17,8 @@
"""Define tests related to the wikiget.client module."""
+from __future__ import annotations
+
import logging
from unittest.mock import MagicMock, patch, sentinel