From ea7f958bf8c304c36bd757a37c05b4c4b7cbdf84 Mon Sep 17 00:00:00 2001 From: mprahl Date: Mar 29 2019 14:37:34 +0000 Subject: Remove an unnecessary pass statement to fix a pylint error --- diff --git a/greenwave/safe_yaml.py b/greenwave/safe_yaml.py index ba42729..ac82b96 100644 --- a/greenwave/safe_yaml.py +++ b/greenwave/safe_yaml.py @@ -10,7 +10,6 @@ class SafeYAMLError(RuntimeError): Exception raised when an unexpected type is found in YAML. or validation fails (see SafeYAMLObject.validate()). """ - pass class SafeYAMLAttribute(object):