Skip to content

Commit 7ff6975

Browse files
committed
Make Ruff happy
1 parent c77e447 commit 7ff6975

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

Tools/wasm/wasi/__main__.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
#!/usr/bin/env python3
22

3-
# /// script
4-
# requires-python = ">=3.13"
5-
# ///
6-
73
import argparse
84
import contextlib
95
import functools
106
import os
7+
118
import tomllib
129

1310
try:

0 commit comments

Comments
 (0)