lint testdate
This commit is contained in:
parent
c03b79c522
commit
2ec786a816
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
# 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
|
||||
import sys
|
||||
import unittest
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue