Skip to content

Commit

Permalink
Black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kushalbakshi committed Oct 3, 2023
1 parent d8d0557 commit 400c93a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion element_animal/genotyping.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def activate(
subject_schema_name: str = None,
create_schema: bool = True,
create_tables: bool = True,
linking_module = None,
linking_module=None,
):
"""Activate this schema.
Expand Down
2 changes: 1 addition & 1 deletion element_animal/injection.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def activate(
*,
create_schema: bool = True,
create_tables: bool = True,
linking_module = None,
linking_module=None,
):
"""Activate this schema.
Expand Down
2 changes: 1 addition & 1 deletion element_animal/subject.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def activate(
*,
create_schema: bool = True,
create_tables: bool = True,
linking_module = None,
linking_module=None,
):
"""Activate this schema.
Expand Down
2 changes: 1 addition & 1 deletion element_animal/surgery.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def activate(
*,
create_schema: bool = True,
create_tables: bool = True,
linking_module = None,
linking_module=None,
):
"""Activate this schema.
Expand Down

0 comments on commit 400c93a

Please sign in to comment.