Skip to content

Commit 2b1bdc0

Browse files
committed
Update prompt
1 parent 0968c53 commit 2b1bdc0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/instructions/models.instructions.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ Help users set up the components they need to implement their model. Custom comp
2323
An empty component looks like this:
2424

2525
```python
26-
from plugboard.component import Component
26+
import typing as _t
27+
28+
from plugboard.component import Component, IOController as IO
2729
from plugboard.schemas import ComponentArgsDict
2830

2931
class Offset(Component):

0 commit comments

Comments
 (0)