Skip to content

Commit 1bbe2f7

Browse files
Julia Giebelhausenjkeyes
authored andcommitted
find admin by id (intercom#165)
1 parent 8a58b85 commit 1bbe2f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

intercom/service/admin.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22

33
from intercom import admin
44
from intercom.api_operations.all import All
5+
from intercom.api_operations.find import Find
56
from intercom.service.base_service import BaseService
67

78

8-
class Admin(BaseService, All):
9+
class Admin(BaseService, All, Find):
910

1011
@property
1112
def collection_class(self):

0 commit comments

Comments
 (0)