Skip to content

Commit e729d2e

Browse files
committed
fix: cleanup
1 parent 591a66f commit e729d2e

File tree

1 file changed

+2
-1
lines changed
  • src/codegen/extensions/events

1 file changed

+2
-1
lines changed

src/codegen/extensions/events/app.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ def unsubscribe_all_handlers(self):
2424

2525
class CodegenApp(modal.App):
2626

27-
linear: EventHandlerManagerProtocol
27+
linear: Linear
28+
2829
def __init__(self, name, modal_api_key, image: modal.Image):
2930
self._modal_api_key = modal_api_key
3031
self._image = image

0 commit comments

Comments
 (0)