Skip to content

Commit 0545b1d

Browse files
committed
Fix a couple of docs building issues
1 parent ba7ebb9 commit 0545b1d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/mock_vws/_query_tools.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
Tools for making Vuforia queries.
33
"""
44

5+
from __future__ import annotations
6+
57
import base64
68
import cgi
79
import datetime

src/mock_vws/_requests_mock_server/mock_web_query_api.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
https://library.vuforia.com/articles/Solution/How-To-Perform-an-Image-Recognition-Query
66
"""
77

8+
from __future__ import annotations
9+
810
import email.utils
911
from typing import Callable, Set
1012

0 commit comments

Comments
 (0)