Skip to content

Commit 2edf4ab

Browse files
authored
Update symbolic.py
1 parent 1f626b2 commit 2edf4ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git/refs/symbolic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ def from_path(cls, repo, path):
678678

679679
# Names like HEAD are inserted after the refs module is imported - we have an import dependency
680680
# cycle and don't want to import these names in-function
681-
from . import HEAD, Head, RemoteReference, TagReference, Reference
681+
from . import HEAD, Head, RemoteReference, TagReference, Reference # NOQA
682682
for ref_type in (HEAD, Head, RemoteReference, TagReference, Reference, SymbolicReference):
683683
try:
684684
instance = ref_type(repo, path)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy