diff options
Diffstat (limited to 'src/mailman/core')
| -rw-r--r-- | src/mailman/core/constants.py | 4 | ||||
| -rw-r--r-- | src/mailman/core/i18n.py | 2 |
2 files changed, 0 insertions, 6 deletions
diff --git a/src/mailman/core/constants.py b/src/mailman/core/constants.py index 83bd91c55..a504b8498 100644 --- a/src/mailman/core/constants.py +++ b/src/mailman/core/constants.py @@ -35,10 +35,6 @@ from mailman.interfaces.preferences import IPreferences -# pylint: disable-msg=W0232 -# no class __init__() -# pylint: disable-msg=R0903 -# too few public methods class SystemDefaultPreferences: """The default system preferences.""" diff --git a/src/mailman/core/i18n.py b/src/mailman/core/i18n.py index e858a3b2a..4c898be2a 100644 --- a/src/mailman/core/i18n.py +++ b/src/mailman/core/i18n.py @@ -73,7 +73,6 @@ def ctime(date): _('Jul'), _('Aug'), _('Sep'), _('Oct'), _('Nov'), _('Dec') ] - # pylint: disable-msg=W0612 tzname = _('Server Local Time') if isinstance(date, str): try: @@ -107,7 +106,6 @@ def ctime(date): mon = i break else: - # pylint: disable-msg=W0612 year, mon, day, hh, mm, ss, wday, yday, dst = time.localtime(date) if dst in (0, 1): tzname = time.tzname[dst] |
