diff options
| author | Cody Logan <cody@lokken.dev> | 2023-11-16 12:29:36 -0800 |
|---|---|---|
| committer | Cody Logan <cody@lokken.dev> | 2023-11-16 12:29:36 -0800 |
| commit | 06dfda7b5430bfc895a39defad50f184d41281f1 (patch) | |
| tree | 858948a451305a117678f6047f1a6b9ab714f72b /tests/test_client.py | |
| parent | dbb8dd8a3ba3e5bd65edae2aded253975708dc13 (diff) | |
| download | wikiget-06dfda7b5430bfc895a39defad50f184d41281f1.tar.gz wikiget-06dfda7b5430bfc895a39defad50f184d41281f1.zip | |
Additional type checking import blocks
Diffstat (limited to 'tests/test_client.py')
| -rw-r--r-- | tests/test_client.py | 2 |
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 |
