Skip to content

Commit

Permalink
Remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
Fatal1ty committed Oct 19, 2022
1 parent 08c49bc commit 9a0ff93
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mashumaro/core/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ class ConfigValue:
def __init__(self, name):
self.name = name

def __class_getitem__(cls, name):
return ConfigValue(name)


__all__ = [
"parse_timezone",
Expand Down

0 comments on commit 9a0ff93

Please sign in to comment.