From 76d92f8e3a2fb12d7dad133ca72832f4e1c5c6e3 Mon Sep 17 00:00:00 2001 From: Philip Paquette Date: Fri, 14 Dec 2018 16:53:08 -0500 Subject: Upgraded pylint to v2.2.0 --- diplomacy/utils/jsonable.py | 1 - 1 file changed, 1 deletion(-) (limited to 'diplomacy/utils/jsonable.py') diff --git a/diplomacy/utils/jsonable.py b/diplomacy/utils/jsonable.py index 5e558ee..0ce1a21 100644 --- a/diplomacy/utils/jsonable.py +++ b/diplomacy/utils/jsonable.py @@ -98,7 +98,6 @@ class Jsonable(): :param json_dict: a JSON dictionary to be parsed. :type json_dict: dict """ - pass @classmethod def from_dict(cls, json_dict): -- cgit v1.2.3