Skip to content

Commit b20c803

Browse files
committed
chore: remove accidentally left unused snippet
1 parent 0aebe5c commit b20c803

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

noxfile.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ def lint_from_demo(session: Session):
141141
session.log("Installing linting dependencies for the generated project...")
142142
session.install("-e", ".", "--group", "dev", "--group", "lint")
143143
session.run("python", LINT_FROM_DEMO_SCRIPT, *LINT_FROM_DEMO_OPTIONS, *session.posargs)
144-
session.install_and_run_script()
145144

146145

147146
@nox.session(python=DEFAULT_TEMPLATE_PYTHON_VERSION)

scripts/util.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
from typing import Generator
2525
from typing import Literal
2626
from typing import Optional
27-
from typing import TypedDict
2827
from typing import overload
2928

3029
import cruft

0 commit comments

Comments
 (0)