Skip to content

Commit 72e2829

Browse files
committed
fix: adjust type faulty import
1 parent 15e8f6b commit 72e2829

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/match-generated-precommit.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
import sys
22
from pathlib import Path
33
from typing import Annotated
4-
from typing import Any
54

65
import pre_commit.main
76
import typer
87
from retrocookie.core import retrocookie
98

10-
from scripts.util import FolderOption
9+
from util import FolderOption
1110
from util import in_new_demo
1211

1312

0 commit comments

Comments
 (0)