Skip to content

Commit 8f459c8

Browse files
committed
further appease pylint
1 parent 307727a commit 8f459c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/test_udecimal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-FileCopyrightText: 2020 Jeff Epler <https://unpythonic.net>
22
#
33
# SPDX-License-Identifier: Unlicense
4-
# pylint: disable=redefined-builtin,wildcard-import,wrong-import-position,unused-wildcard-import,unused-import,broad-except
4+
# pylint: disable=redefined-builtin,wildcard-import,wrong-import-position,unused-wildcard-import,unused-import,broad-except,undefined-variable
55
from jepler_udecimal import *
66

77
setcontext(ExtendedContext)

0 commit comments

Comments
 (0)