Skip to content

Commit

Permalink
BUG add this back
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr committed Jun 6, 2024
1 parent 5d480e9 commit f5da3a5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions jax_galsim/core/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,11 +290,11 @@ class ParsedDoc(NamedTuple):
sections: dictionary of section titles to section content.
"""

docstr = ""
signature = ""
summary = ""
front_matter = ""
sections = {}
docstr: str = ""
signature: str = ""
summary: str = ""
front_matter: str = ""
sections: dict[str, str] = {}


def _break_off_body_section_by_newline(body):
Expand Down

0 comments on commit f5da3a5

Please sign in to comment.