Skip to content

Commit 0357dec

Browse files
committed
fix: adjust invalid import
1 parent 6c5b101 commit 0357dec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/match-generated-precommit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import typer
77
from retrocookie.core import retrocookie
88

9-
from scripts.util import in_new_demo
9+
from util import in_new_demo
1010

1111

1212
cli: typer.Typer = typer.Typer()

0 commit comments

Comments
 (0)