Skip to content

Commit 607d8aa

Browse files
committed
silence PYL-W0614
1 parent dba01d3 commit 607d8aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git/exc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# the BSD License: http://www.opensource.org/licenses/bsd-license.php
66
""" Module containing all exceptions thrown throughout the git package, """
77

8-
from gitdb.exc import * # NOQA @UnusedWildImport skipcq: PYL-W0401
8+
from gitdb.exc import * # NOQA @UnusedWildImport skipcq: PYL-W0401, PYL-W0614
99
from git.compat import UnicodeMixin, safe_decode, string_types
1010

1111

0 commit comments

Comments
 (0)