Skip to content

Commit 476d82c

Browse files
committed
update Callable import
1 parent a9d99db commit 476d82c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/docstub/default_config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ extend_grammar = """
1818
# defaults to "false"
1919
[tool.docstub.known_imports]
2020
Path = { from = "pathlib" }
21-
Callable = { from = "typing" }
21+
Callable = { from = "collections.abc" }
2222
np = { import = "numpy", as = "np" }
2323
NDArray = { from = "numpy.typing" }
2424
ArrayLike = { from = "numpy.typing" }

0 commit comments

Comments
 (0)