Skip to content

Commit 53c0874

Browse files
committed
Removing header comments.
1 parent 31eb8cf commit 53c0874

File tree

3 files changed

+0
-21
lines changed

3 files changed

+0
-21
lines changed

intercom/user.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
# coding=utf-8
2-
#
3-
# Copyright 2014 keyes.ie
4-
#
5-
# License: http://jkeyes.mit-license.org/
6-
#
7-
81
from intercom.api_operations.all import All
92
from intercom.api_operations.count import Count
103
from intercom.api_operations.delete import Delete

tests/unit/intercom_spec.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
# coding=utf-8
2-
#
3-
# Copyright 2014 keyes.ie
4-
#
5-
# License: http://jkeyes.mit-license.org/
6-
#
7-
81
from describe import expect
92
import intercom
103
import mock

tests/unit/user_spec.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
# coding=utf-8
2-
#
3-
# Copyright 2014 keyes.ie
4-
#
5-
# License: http://jkeyes.mit-license.org/
6-
#
7-
81
import httpretty
92
import json
103
import re

0 commit comments

Comments
 (0)