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 - diplomacy/utils/network_data.py | 1 - 2 files changed, 2 deletions(-) (limited to 'diplomacy/utils') 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): diff --git a/diplomacy/utils/network_data.py b/diplomacy/utils/network_data.py index 48b285a..18e3869 100644 --- a/diplomacy/utils/network_data.py +++ b/diplomacy/utils/network_data.py @@ -61,7 +61,6 @@ class NetworkData(Jsonable): @classmethod def validate_params(cls): """ Called when getting model to validate parameters. Called once per class. """ - pass @classmethod def build_model(cls): -- cgit v1.2.3