This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
dora-rs
/
dora
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
124
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Fix typo in `Callable` type hinting
tags/v0.0.0-test.4
haixuanTao
3 years ago
parent
ccb32f872b
commit
525e46f2cb
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
runtime/examples/python-operator/op.py
+ 1
- 1
runtime/examples/python-operator/op.py
View File
@@ -15,7 +15,7 @@ class Operator:
self,
input_id: str,
value: bytes,
send_output: Callable[[str, bytes]],
send_output: Callable[[str, bytes]
, None
],
):
"""Handle input by incrementing count by one.
Write
Preview
Loading…
Cancel
Save