chore: remove invalid type hint
This commit is contained in:
parent
d76d24d0d3
commit
f51f175ad2
1 changed files with 1 additions and 1 deletions
|
|
@ -224,7 +224,7 @@ def init(site: str, sites_path: str = ".", new_site: bool = False, force: bool =
|
|||
"read_only": False,
|
||||
}
|
||||
)
|
||||
local.locked_documents: list[Document] = []
|
||||
local.locked_documents = []
|
||||
local.test_objects = defaultdict(list)
|
||||
|
||||
local.site = site
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue