Skip to content

Commit 62b2e5e

Browse files
committed
Fix code style
1 parent 8af9778 commit 62b2e5e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

colosseum/parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,4 +360,4 @@ def cursor(values):
360360

361361
raise ValueError('Value {value} is not a valid cursor value'.format(value=value))
362362

363-
return Cursor(validated_values)
363+
return Cursor(validated_values)

colosseum/wrappers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,4 +192,4 @@ def url(self):
192192

193193

194194
class Cursor(ImmutableList):
195-
"""Immutable list to store cursor property."""
195+
"""Immutable list to store cursor property."""

0 commit comments

Comments
 (0)