From b799eec2d211923a29a6fc570393958722511d82 Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Tue, 24 Sep 2019 16:26:38 +0200 Subject: [PATCH] Removed comments. [ci skip] --- benedict/dicts/__init__.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/benedict/dicts/__init__.py b/benedict/dicts/__init__.py index 15d2db9..11044f3 100644 --- a/benedict/dicts/__init__.py +++ b/benedict/dicts/__init__.py @@ -50,21 +50,11 @@ class benedict(IODict, KeypathDict, ParseDict, UtilityDict): def fromkeys(cls, sequence, value=None): return KeypathDict.fromkeys(sequence, value) - # @staticmethod - # @benediction - # def from_base64(s, **kwargs): - # return IODict.from_base64(s, **kwargs) - @staticmethod @benediction def from_json(s, **kwargs): return IODict.from_json(s, **kwargs) - # @staticmethod - # @benediction - # def from_query_string(s, **kwargs): - # return IODict.from_query_string(s, **kwargs) - @staticmethod @benediction def from_toml(s, **kwargs):