Skip to content

Commit 0c6c9e0

Browse files
Update types
1 parent 37b48f5 commit 0c6c9e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cursorless-talon/src/snippet_types.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,5 @@ class CommunityInsertionSnippet:
7373
class CommunityWrapperSnippet:
7474
body: str
7575
variable_name: str
76-
languages: list[str] | None = None
77-
scope: str | None = None
76+
languages: list[str] | None
77+
scope: str | None

0 commit comments

Comments
 (0)