Skip to content

Commit

Permalink
fix shadowing warning of help
Browse files Browse the repository at this point in the history
  • Loading branch information
devkral committed Oct 1, 2024
1 parent 7de9017 commit eb9edd5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions esmerald/core/directives/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@


class BaseDirective(ArbitraryExtraBaseModel, LilyaBaseDirective):
"""The base class from which all directrives derive"""

help: str = ""
"""The base class from which all directives derive."""

def get_version(self) -> str:
"""
Expand Down

0 comments on commit eb9edd5

Please sign in to comment.