X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=functest%2Fapi%2Fbase.py;h=b1048293158b7cb7f0735f5adf591a5d0f277fb3;hb=eb973db776e77781c875d2640c4d59f878ba27c0;hp=75f059b742f973e435316ca8d3d5234dca590b0a;hpb=ac2de4356604f81cff9c303f0af36601e8a330ea;p=functest.git diff --git a/functest/api/base.py b/functest/api/base.py index 75f059b74..b10482931 100644 --- a/functest/api/base.py +++ b/functest/api/base.py @@ -26,9 +26,6 @@ LOGGER = logging.getLogger(__name__) class ApiResource(Resource): """ API Resource class""" - def __init__(self): - super(ApiResource, self).__init__() - def _post_args(self): # pylint: disable=no-self-use # pylint: disable=maybe-no-member """ Return action and args after parsing request """