Skip to content

Commit b2be538

Browse files
committed
Re-export GenConverter from cattrs
1 parent e5028e6 commit b2be538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/cattrs/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from .converters import BaseConverter, Converter, UnstructureStrategy
1+
from .converters import BaseConverter, Converter, GenConverter, UnstructureStrategy
22
from .errors import (
33
BaseValidationError,
44
ClassValidationError,

0 commit comments

Comments
 (0)