mirror of
https://github.com/dkmstr/openuds.git
synced 2025-03-20 06:50:23 +03:00
Fixed counter var type check
This commit is contained in:
parent
e678f9bebb
commit
6a3af87831
1
server/.dmypy.json
Normal file
1
server/.dmypy.json
Normal file
@ -0,0 +1 @@
|
||||
{"pid": 1245785, "connection_name": "/tmp/tmpcboa_207/dmypy.sock"}
|
@ -129,7 +129,7 @@ objectTypes: typing.Mapping[typing.Type[Model], int] = {
|
||||
}
|
||||
|
||||
# Titles of types
|
||||
titles: typing.Mapping[int, str] = {
|
||||
titles: typing.Mapping[int, typing.Any] = {
|
||||
CT_ASSIGNED: _('Assigned'),
|
||||
CT_INUSE: _('In use'),
|
||||
CT_LOAD: _('Load'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user