Skip to content

Commit 162704b

Browse files
committed
Fix call to _now()
1 parent 40d6c7e commit 162704b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

autograph_utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ def decode_mozilla_hash(s):
526526
return bytes.fromhex(s.replace(":", " "))
527527

528528

529-
def _now(self):
529+
def _now():
530530
"""Mockable function to get "now".
531531
532532
:returns: naive datetime representing a UTC timestamp

0 commit comments

Comments
 (0)