Skip to content

Commit 307727a

Browse files
committed
silence pylint
1 parent 313dd7a commit 307727a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/test_udecimal.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +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
45
from jepler_udecimal import *
56

67
setcontext(ExtendedContext)

0 commit comments

Comments
 (0)