We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d52c578 commit dba01d3Copy full SHA for dba01d3
git/exc.py
@@ -5,7 +5,7 @@
5
# the BSD License: http://www.opensource.org/licenses/bsd-license.php
6
""" Module containing all exceptions thrown throughout the git package, """
7
8
-from gitdb.exc import * # NOQA @UnusedWildImport
+from gitdb.exc import * # NOQA @UnusedWildImport skipcq: PYL-W0401
9
from git.compat import UnicodeMixin, safe_decode, string_types
10
11
0 commit comments