Skip to content

Commit 13cfc16

Browse files
committed
Remove quotes from type
1 parent e4fc9d3 commit 13cfc16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vws/query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def query(
4141
image: io.BytesIO,
4242
max_num_results: int = 1,
4343
include_target_data:
44-
'CloudRecoIncludeTargetData' = CloudRecoIncludeTargetData.TOP,
44+
CloudRecoIncludeTargetData = CloudRecoIncludeTargetData.TOP,
4545
) -> List[Dict[str, Any]]:
4646
"""
4747
Use the Vuforia Web Query API to make an Image Recognition Query.

0 commit comments

Comments
 (0)