Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
amrit110 committed Nov 30, 2023
1 parent 85110da commit 24d4576
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions cycquery/mimiciv.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,6 @@ def diagnoses_icd(
) -> QueryInterface:
"""Query MIMIC diagnosis data.
Parameters
----------
join
Join arguments.
ops
Additional operations to apply to the query.
Returns
-------
cycquery.interface.QueryInterface
Expand All @@ -119,14 +112,7 @@ def diagnoses_icd(
def procedures_icd(
self,
) -> QueryInterface:
"""Query MIMIC diagnosis data.
Parameters
----------
join
Join arguments.
ops
Additional operations to apply to the query.
"""Query MIMIC procedures data.
Returns
-------
Expand Down

0 comments on commit 24d4576

Please sign in to comment.