Skip to content

Commit 7748072

Browse files
committed
chore: lint a few scripts
1 parent c940656 commit 7748072

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

scripts/lint-from-demo.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
# ]
1010
# ///
1111

12-
import os
1312
from pathlib import Path
1413
from typing import Annotated
1514

@@ -30,7 +29,6 @@
3029
"uv.lock",
3130
]
3231

33-
3432
cli: typer.Typer = typer.Typer()
3533

3634

scripts/setup-release.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
except ModuleNotFoundError:
3131
import tomli as tomllib
3232

33-
3433
cli: typer.Typer = typer.Typer()
3534

3635

0 commit comments

Comments
 (0)