We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31eb8cf commit 53c0874Copy full SHA for 53c0874
intercom/user.py
@@ -1,10 +1,3 @@
1
-# coding=utf-8
2
-#
3
-# Copyright 2014 keyes.ie
4
5
-# License: http://jkeyes.mit-license.org/
6
7
-
8
from intercom.api_operations.all import All
9
from intercom.api_operations.count import Count
10
from intercom.api_operations.delete import Delete
tests/unit/intercom_spec.py
from describe import expect
import intercom
import mock
tests/unit/user_spec.py
import httpretty
import json
import re
0 commit comments