Skip to content

Commit

Permalink
Merge pull request #1701 from EliahKagan/license-ambiguity-regression
Browse files Browse the repository at this point in the history
Fix small #1662 regression due to #1659
  • Loading branch information
Byron authored Oct 12, 2023
2 parents 87cc325 + cc848d2 commit 1e7d885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git/exc.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Copyright (C) 2008, 2009 Michael Trier (mtrier@gmail.com) and contributors
#
# This module is part of GitPython and is released under
# the BSD License: http://www.opensource.org/licenses/bsd-license.php
# the BSD License: https://opensource.org/license/bsd-3-clause/
""" Module containing all exceptions thrown throughout the git package """

from gitdb.exc import ( # noqa: @UnusedImport
Expand Down

0 comments on commit 1e7d885

Please sign in to comment.