summaryrefslogtreecommitdiff
path: root/ricky/imgradient/imgradient.py
diff options
context:
space:
mode:
Diffstat (limited to 'ricky/imgradient/imgradient.py')
-rw-r--r--ricky/imgradient/imgradient.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ricky/imgradient/imgradient.py b/ricky/imgradient/imgradient.py
index c7be83d..b6c9a1b 100644
--- a/ricky/imgradient/imgradient.py
+++ b/ricky/imgradient/imgradient.py
@@ -1,8 +1,8 @@
-from ricky.api import Api
+from ricky.api import Im
from ricky.imgradient.params import ImGradientParams
from ricky.config import IMGRADIENT_URL
-class ImGradient(Api):
+class ImGradient(Im):
def __init__(self):
self.url = IMGRADIENT_URL
def params_init(self):