From 815da70b0844ba651fcceef1244a427e92409864 Mon Sep 17 00:00:00 2001 From: Ahmed Bilal Khalid Date: Tue, 3 Sep 2019 20:51:00 +0500 Subject: [PATCH] a --- schemas.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/schemas.py b/schemas.py index 3aade37..2e46b11 100755 --- a/schemas.py +++ b/schemas.py @@ -11,10 +11,8 @@ host_pool = HostPool(client, "/v1/host") vm_pool = VmPool(client, "/v1/vm") -class BaseSchema(object): +class BaseSchema: def __init__(self, data, fields=None): - _ = data - self.__errors = [] if fields is None: self.fields = []