Skip to content

Commit ac4628e

Browse files
committed
style: fix docstring according to 'pydocstyle'
1 parent 5ed63d4 commit ac4628e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

schema_salad/rust_codegen.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ def to_rust_literal(value: Any) -> str:
117117

118118
def make_avro(items: MutableSequence[JsonDataType]) -> MutableSequence[NamedSchema]:
119119
"""Process a list of dictionaries to generate a list of Avro schemas."""
120-
121120
# Same as `from .utils import convert_to_dict`, which, however, is not public
122121
def convert_to_dict(j4: Any) -> Any:
123122
"""Convert generic Mapping objects to dicts recursively."""

0 commit comments

Comments
 (0)