We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ec786a commit 09b35f5Copy full SHA for 09b35f5
tests/test_date.py
@@ -9,7 +9,7 @@
9
# SPDX-License-Identifier: Python-2.0
10
# Implements a subset of https://github.com/python/cpython/blob/master/Lib/test/datetimetester.py
11
# NOTE: This test is based off CPython and therefore linting is disabled within this file.
12
-# 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
13
import sys
14
import unittest
15
0 commit comments