Skip to content

Commit

Permalink
Fix docstrings (pre-commit, black)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanWillitts committed Jan 30, 2024
1 parent 88820bb commit 00229a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions edc_csf/model_mixins/csf_culture.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@


class CsfCultureModelMixin(models.Model):

"""add a requisition fields if needed, for example:
"""Add requisition fields if needed, for example:
csf_requisition = models.ForeignKey(
get_requisition_model_name(),
Expand Down
3 changes: 1 addition & 2 deletions edc_csf/model_mixins/quantitative_culture.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@


class QuantitativeCultureModelMixin(models.Model):

"""add a requisition fields if needed, for example:
"""Add requisition fields if needed, for example:
qc_requisition = models.ForeignKey(
get_requisition_model_name(),
Expand Down

0 comments on commit 00229a7

Please sign in to comment.