Skip to content

Commit d5dad6d

Browse files
euri10cofin
authored andcommitted
lint
1 parent 200f396 commit d5dad6d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

docs/_ext/playground.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ class WasmPlayground(Directive):
2222
def run(self):
2323
# Generate unique IDs for the HTML elements
2424
id = uuid4().hex
25-
print(id)
2625
env = Environment(loader=FileSystemLoader(Path(__file__).parent))
2726
template = env.get_template("playground_template.html")
2827
rendered = template.render(id=id)

docs/_ext/playground_template.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ <h2>🐍 Pyodide + SQLSpec Runner</h2>
3636
await pyodide.loadPackage("micropip");
3737
const micropip = pyodide.pyimport("micropip");
3838

39-
4039
output.textContent += "Installing sqlspec (this may take ~30s)...\n";
4140
await micropip.install("sqlspec[aiosqlite]");
4241
await micropip.install("sqlite3");

0 commit comments

Comments
 (0)