Skip to content

Commit 9865a4e

Browse files
Added missing imports to hook factory decorator example.
1 parent 3e242bf commit 9865a4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/customizing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Here's an example of using an unstructure hook factory to handle unstructuring [
148148

149149
```{doctest}
150150
>>> from queue import Queue
151-
>>> from typing import get_origin
151+
>>> from typing import Any, Callable, get_args, get_origin
152152
>>> from cattrs import Converter
153153

154154
>>> c = Converter()

0 commit comments

Comments
 (0)