Skip to content

Commit 4099918

Browse files
committed
small fix
1 parent 355473e commit 4099918

File tree

1 file changed

+1
-1
lines changed
  • packages/cli/src/languagePlugins/python/exportResolver

1 file changed

+1
-1
lines changed

packages/cli/src/languagePlugins/python/exportResolver/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ export class PythonExportResolver {
223223
(module
224224
(expression_statement
225225
(assignment
226-
left: (_)
226+
left: ([(pattern_list) (identifier)])
227227
right: (_)?
228228
)
229229
) @node

0 commit comments

Comments
 (0)