Skip to content
Snippets Groups Projects
Commit 304bb3c1 authored by Joscha Schmiedt's avatar Joscha Schmiedt
Browse files

STY: fix trailing whitespace

parent 8b32c1d7
No related branches found
No related tags found
2 merge requests!143Release 0.15.0,!135Add and fix more type hints
......@@ -54,7 +54,7 @@ def new_record(record_type: Union[str],
insert: bool = False, **kwargs) -> Record:
"""Function to simplify the creation of Records.
record_type: The name of the RecordType to use for this record.
record_type: The name of the RecordType to use for this record.
name: Name of the new Record.
kwargs: Key-value-pairs for the properties of this Record.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment