Skip to content
Prev Previous commit
Next Next commit
silence PYL-W0614
  • Loading branch information
imkaka committed Oct 22, 2019
commit 607d8aa3461e764cbe008f2878c2ac0fa79cf910
2 changes: 1 addition & 1 deletion git/exc.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# the BSD License: http://www.opensource.org/licenses/bsd-license.php
""" Module containing all exceptions thrown throughout the git package, """

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


Expand Down