From f2bdf5dbdb85ec0317e341f8963c21053624f479 Mon Sep 17 00:00:00 2001 From: pepperpepperpepper Date: Tue, 8 Dec 2015 12:56:21 -0800 Subject: phasing out the api class --- ricky/pbgradient/__init__.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'ricky/pbgradient/__init__.py') diff --git a/ricky/pbgradient/__init__.py b/ricky/pbgradient/__init__.py index 96b15a5..3de11f4 100644 --- a/ricky/pbgradient/__init__.py +++ b/ricky/pbgradient/__init__.py @@ -1,13 +1,11 @@ """class for the imgradient api handler""" from ricky.pb import Pb from ricky.pbgradient.params import Params -from ricky.config import IMGRADIENT_URL class PbGradient(Pb): def __init__(self): super(PbGradient, self).__init__() - self.url = IMGRADIENT_URL def params_init(self): new_params = Params() -- cgit v1.2.3-70-g09d2