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 = [
71
71
" pylint==3.3.6" ,
72
72
" pylint-per-file-ignores==1.4.0" ,
73
73
" pyproject-fmt==2.5.1" ,
74
- " pyright==1.1.398 " ,
74
+ " pyright==1.1.399 " ,
75
75
" pyroma==4.2" ,
76
76
" pytest==8.3.5" ,
77
77
" pytest-cov==6.1.1" ,
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ class VuforiaDatabase:
67
67
# ``frozen=True`` while still being able to keep the interface we want.
68
68
# In particular, we might want to inspect the ``database`` object's targets
69
69
# 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 )
71
71
state : States = States .WORKING
72
72
73
73
request_quota : int = 100000
You can’t perform that action at this time.
0 commit comments