Skip to content
Closed
Prev Previous commit
Next Next commit
Update symbolic.py
  • Loading branch information
Yobmod authored Jul 31, 2021
commit f85f2d48c6aa5cfd39fee6b07279b99d30e9fc4f
3 changes: 2 additions & 1 deletion git/refs/symbolic.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
BadName
)

from .log import RefLog, RefLogEntry
from .log import RefLog

# typing ------------------------------------------------------------------

Expand All @@ -25,6 +25,7 @@

if TYPE_CHECKING:
from git.repo import Repo
from .log import RefLogEntry # NOQA
from git.refs import Reference, Head, TagReference, RemoteReference # NOQA
from git.config import GitConfigParser # NOQA
from git.objects.commit import Actor # NOQA
Expand Down