We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3a664c commit e7a29c8Copy full SHA for e7a29c8
src/mock_vws/database.py
@@ -67,7 +67,7 @@ class VuforiaDatabase:
67
# ``frozen=True`` while still being able to keep the interface we want.
68
# In particular, we might want to inspect the ``database`` object's targets
69
# as they change via API requests.
70
- targets: set[Target] = field(default_factory=set, hash=False)
+ targets: set[Target] = field(default_factory=set[Target], hash=False)
71
state: States = States.WORKING
72
73
request_quota: int = 100000
0 commit comments