File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ optional-dependencies.dev = [
7171 " pylint==3.3.6" ,
7272 " pylint-per-file-ignores==1.4.0" ,
7373 " pyproject-fmt==2.5.1" ,
74- " pyright==1.1.398 " ,
74+ " pyright==1.1.399 " ,
7575 " pyroma==4.2" ,
7676 " pytest==8.3.5" ,
7777 " pytest-cov==6.1.1" ,
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ class VuforiaDatabase:
6767 # ``frozen=True`` while still being able to keep the interface we want.
6868 # In particular, we might want to inspect the ``database`` object's targets
6969 # as they change via API requests.
70- targets : set [Target ] = field (default_factory = set , hash = False )
70+ targets : set [Target ] = field (default_factory = set [ Target ] , hash = False )
7171 state : States = States .WORKING
7272
7373 request_quota : int = 100000
You can’t perform that action at this time.
0 commit comments