File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 55import datetime
66from dataclasses import dataclass
77from enum import Enum
8- from typing import Optional
98
109
1110@dataclass
Original file line number Diff line number Diff line change 99import json
1010from datetime import date
1111from time import sleep
12- from typing import Dict , Optional , Union
12+ from typing import Dict
1313from urllib .parse import urljoin
1414
1515import requests
@@ -631,7 +631,7 @@ def update_target(
631631 ~vws.exceptions.vws_exceptions.RequestTimeTooSkewed: There is an
632632 error with the time sent to Vuforia.
633633 """
634- data : Dict [str , str | bool | float | int ] = {}
634+ data : Dict [str , str | bool | float | int ] = {}
635635
636636 if name is not None :
637637 data ['name' ] = name
Original file line number Diff line number Diff line change 77import io
88import random
99import uuid
10- from typing import Optional
1110
1211import pytest
1312from freezegun import freeze_time
You can’t perform that action at this time.
0 commit comments