mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 02:11:11 -05:00
Fixed pep8 issues and hostname in the test environment.
This commit is contained in:
@@ -19,8 +19,7 @@ class StatsdClient(StatsClient):
|
||||
if self.active:
|
||||
super(StatsClient, self).timing(stat, delta, rate)
|
||||
|
||||
|
||||
def timing_with_dates(self, stat, start, end, rate=1):
|
||||
if self.active:
|
||||
delta = (start - end).total_seconds() * 1000
|
||||
super(StatsClient, self).timing(stat, delta, rate)
|
||||
super(StatsClient, self).timing(stat, delta, rate)
|
||||
|
||||
Reference in New Issue
Block a user