From 9a0ff935b9684a779f1dc5065930ebbbd3e9a333 Mon Sep 17 00:00:00 2001 From: Alexander Tikhonov Date: Wed, 19 Oct 2022 15:31:52 +0200 Subject: [PATCH] Remove unused method --- mashumaro/core/helpers.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/mashumaro/core/helpers.py b/mashumaro/core/helpers.py index 73f5143a..bbd880f1 100644 --- a/mashumaro/core/helpers.py +++ b/mashumaro/core/helpers.py @@ -25,9 +25,6 @@ class ConfigValue: def __init__(self, name): self.name = name - def __class_getitem__(cls, name): - return ConfigValue(name) - __all__ = [ "parse_timezone",