Skip to content

Commit d17b2d8

Browse files
committed
PEP8
1 parent b6a13ea commit d17b2d8

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

ciscosparkapi/api/access_tokens.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@
3434
__license__ = "MIT"
3535

3636

37-
38-
3937
API_ENDPOINT = 'access_token'
4038
OBJECT_TYPE = 'access_token'
4139

@@ -97,8 +95,8 @@ def get(self, client_id, client_secret, code, redirect_uri):
9795
process.
9896
9997
Returns:
100-
ciscosparkapi.AccessToken: An AccessToken object with the access token provided
101-
by the Cisco Spark cloud.
98+
ciscosparkapi.AccessToken: An AccessToken object with the access
99+
token provided by the Cisco Spark cloud.
102100
103101
Raises:
104102
TypeError: If the parameter types are incorrect.

ciscosparkapi/models/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ class Person(SparkData, PersonBasicPropertiesMixin):
6464
class Role(SparkData, RoleBasicPropertiesMixin):
6565
"""Cisco Spark Role data model."""
6666

67+
6768
class Room(SparkData, RoomBasicPropertiesMixin):
6869
"""Cisco Spark Room data model."""
6970

0 commit comments

Comments
 (0)