Skip to content

Commit bc1badc

Browse files
committed
Testing Singleton
1 parent a3f835c commit bc1badc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/coordinates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def __init__(self, latitude, longitude):
1313
def serialize(self):
1414
"""
1515
Serializes the coordinates into a dict.
16-
16+
1717
:returns: The serialized coordinates.
1818
:rtype: dict
1919
"""

app/data/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
def data_source(source):
1515
"""
1616
Retrieves the provided data-source service.
17-
17+
1818
:returns: The service.
1919
:rtype: LocationService
2020
"""

0 commit comments

Comments
 (0)