Fixes: #40354 Don't hardcode my own name and email as autosave committer.

This commit is contained in:
Simon Forman
2020-04-24 12:28:59 -07:00
parent c1a9fc2c28
commit 2fb610e733
2 changed files with 2 additions and 5 deletions
+1 -4
View File
@@ -24,10 +24,7 @@ returns a dictionary of Joy functions suitable for use with the joy()
function.
'''
from __future__ import print_function
from builtins import map
from builtins import zip
from builtins import range
from builtins import object
from builtins import map, object, range, zip
from logging import getLogger
_log = getLogger(__name__)