Skip to content

Commit

Permalink
comment on __init__
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebCourier committed Feb 8, 2024
1 parent da45c4d commit 4429996
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions validator/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class ValidatorTemplate(Validator):
arg_2 (string): {Description of the argument here}
""" # noqa

# If you don't have any init args, you can omit the __init__ method.
def __init__(
self,
arg_1: str,
Expand Down

0 comments on commit 4429996

Please sign in to comment.