Skip to content

Commit e0f39b8

Browse files
committed
fix lint issue
1 parent 9a78b15 commit e0f39b8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

sdks/python/setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,8 @@ def get_portability_package_data():
616616
'jinja2>=3.0,<3.2',
617617
'virtualenv-clone>=0.5,<1.0',
618618
# https://github.com/PiotrDabkowski/Js2Py/issues/317
619-
'quickjs; python_version < "3.13" or platform_system != "Windows"',
619+
'quickjs; '
620+
'python_version < "3.13" or platform_system != "Windows"',
620621
'jsonschema>=4.0.0,<5.0.0',
621622
] + dataframe_dependency,
622623
# Keep the following dependencies in line with what we test against

0 commit comments

Comments
 (0)