Skip to content
This repository was archived by the owner on Sep 18, 2021. It is now read-only.

Commit 693e4f8

Browse files
fix tests
1 parent 4929dd0 commit 693e4f8

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

instagram/client.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ def __init__(self, *args, **kwargs):
186186
requires_target_user=True,
187187
response_type="entry")
188188

189-
@staticmethod
190189
def _make_relationship_shortcut(action):
191190
def _inner(self, *args, **kwargs):
192191
return self.change_user_relationship(user_id=kwargs.get("user_id"),
@@ -200,7 +199,6 @@ def _inner(self, *args, **kwargs):
200199
approve_user_request = _make_relationship_shortcut('approve')
201200
ignore_user_request = _make_relationship_shortcut('ignore')
202201

203-
@staticmethod
204202
def _make_subscription_action(method, include=None, exclude=None):
205203
accepts_parameters = ["object",
206204
"aspect",

0 commit comments

Comments
 (0)