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

+1-1
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)