Skip to content

Commit

Permalink
#5 Add the class docstring to the sample class.
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-ritchie committed Aug 3, 2022
1 parent bd57c48 commit f890c6c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions samples/sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ def sample_func(a: int, b: str) -> bool:


class SampleClass:
"""
Lorem ipsum dolor sit amet, consectetur adipiscing elit,
sed do eiusmod tempor incididunt ut labore et dolore magna
aliqua. Ut enim ad minim veniam.
"""

def __init__(self) -> None:
"""
Expand Down

0 comments on commit f890c6c

Please sign in to comment.