Skip to content

Commit 141cd23

Browse files
author
Fernando Ojeda
committed
Fix analysis tox.
1 parent 8099efc commit 141cd23

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

SoftLayer/managers/cdn.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,10 @@ def get_usage_metrics(self, unique_id, history=30, frequency="aggregate"):
163163

164164
@property
165165
def start_data(self):
166+
"""Retrieve the cdn usage metric start date."""
166167
return self._start_date
167168

168169
@property
169170
def end_date(self):
171+
"""Retrieve the cdn usage metric end date."""
170172
return self._end_date

0 commit comments

Comments
 (0)