summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hacks/analog.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hacks/analog.py b/hacks/analog.py
index 8a43518bd..760f58ea0 100644
--- a/hacks/analog.py
+++ b/hacks/analog.py
@@ -29,7 +29,7 @@ def find_nth(haystack, needle, n):
# Representation of time in seconds and microseconds
class Time:
- def __init__(self, s = 0, m = 0):
+ def __init__(self, s=0, m=0):
self.seconds = s
self.microseconds = m