mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
minor change in request class
This commit is contained in:
parent
dc14235e97
commit
7d623a2bb5
1 changed files with 3 additions and 0 deletions
|
|
@ -135,6 +135,9 @@ class RequestInfo:
|
|||
"handler": self.handler
|
||||
}
|
||||
|
||||
def items(self):
|
||||
return dict(self).items()
|
||||
|
||||
|
||||
class CallbackResult:
|
||||
_data = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue