From 09b35f5308bea99cbaca3bfd76b444760412f7b6 Mon Sep 17 00:00:00 2001 From: brentru Date: Wed, 17 Mar 2021 12:16:21 -0400 Subject: [PATCH] last issue --- tests/test_date.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_date.py b/tests/test_date.py index a332c87..297c71e 100644 --- a/tests/test_date.py +++ b/tests/test_date.py @@ -9,7 +9,7 @@ # SPDX-License-Identifier: Python-2.0 # Implements a subset of https://github.com/python/cpython/blob/master/Lib/test/datetimetester.py # NOTE: This test is based off CPython and therefore linting is disabled within this file. -# pylint:disable=invalid-name, no-member, wrong-import-position, undefined-variable, no-self-use, cell-var-from-loop, misplaced-comparison-constant, too-many-public-methods, fixme, import-outside-toplevel, unused-argument +# pylint:disable=invalid-name, no-member, wrong-import-position, undefined-variable, no-self-use, cell-var-from-loop, misplaced-comparison-constant, too-many-public-methods, fixme, import-outside-toplevel, unused-argument, too-few-public-methods import sys import unittest