We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dba01d3 commit 607d8aaCopy full SHA for 607d8aa
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 skipcq: PYL-W0401
+from gitdb.exc import * # NOQA @UnusedWildImport skipcq: PYL-W0401, PYL-W0614
9
from git.compat import UnicodeMixin, safe_decode, string_types
10
11
0 commit comments