Skip to content

Commit

Permalink
📝 fixes black linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
nazrulworld committed Jan 14, 2022
1 parent a161c88 commit 18a3c04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fhir/resources/STU3/fhirabstractmodel.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ def dict(
by_alias: bool = True,
exclude_none: bool = True,
exclude_comments: bool = False,
**pydantic_extra
**pydantic_extra,
) -> OrderedDict:
"""important!
there is no impact on ``pydantic_extra`` we keep it as backward compatibility.
Expand Down
2 changes: 1 addition & 1 deletion fhir/resources/fhirabstractmodel.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ def dict(
by_alias: bool = True,
exclude_none: bool = True,
exclude_comments: bool = False,
**pydantic_extra
**pydantic_extra,
) -> OrderedDict:
"""important!
there is no impact on ``pydantic_extra`` we keep it as backward compatibility.
Expand Down

0 comments on commit 18a3c04

Please sign in to comment.