Skip to content

Commit dba01d3

Browse files
committed
silence PYL-W0401
1 parent d52c578 commit dba01d3

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
8+
from gitdb.exc import * # NOQA @UnusedWildImport skipcq: PYL-W0401
99
from git.compat import UnicodeMixin, safe_decode, string_types
1010

1111

0 commit comments

Comments
 (0)