Skip to content

Commit

Permalink
Run black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
glopesdev committed Dec 16, 2023
1 parent cf8cd5c commit a47b921
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion harp/reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def create_reader(
keep_type: bool = False,
):
"""Creates a device reader object from the specified dataset or schema.
Parameters
----------
device
Expand Down
2 changes: 1 addition & 1 deletion harp/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def read_schema(
file: Union[str, PathLike, TextIO], include_common_registers: bool = True
) -> Model:
"""Read and parse a device schema from the specified file.
Parameters
----------
file
Expand Down

0 comments on commit a47b921

Please sign in to comment.