Skip to content

Commit f20f950

Browse files
committed
formatting
1 parent 3fdad6d commit f20f950

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ classifiers = [
3333
'Typing :: Typed',
3434
]
3535
dependencies = [
36-
'typing-extensions >=4.6.0,!=4.7.0'
36+
'typing-extensions>=4.6.0,!=4.7.0'
3737
]
3838
dynamic = [
3939
'description',

wasm-preview/run_tests.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ async def main(tests_zip: str, tag_name: str):
3737

3838
print(f'Mounted {count} test files, installing dependencies...')
3939

40-
await micropip.install(['dirty-equals', 'hypothesis', 'pytest-speed', 'pytest-mock', 'tzdata', 'inline-snapshot', pydantic_core_wheel])
40+
await micropip.install(
41+
['dirty-equals', 'hypothesis', 'pytest-speed', 'pytest-mock', 'tzdata', 'inline-snapshot', pydantic_core_wheel]
42+
)
4143
importlib.invalidate_caches()
4244

4345
# print('installed packages:')

0 commit comments

Comments
 (0)