Skip to content

Commit abbe74d

Browse files
committed
Fix a tiny import sorting nit
1 parent 31bc8a4 commit abbe74d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: git/util.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
LazyMixin, # noqa: F401
5656
LockedFD, # noqa: F401
5757
bin_to_hex, # noqa: F401
58-
file_contents_ro_filepath, # noqa: F401
5958
file_contents_ro, # noqa: F401
59+
file_contents_ro_filepath, # noqa: F401
6060
hex_to_bin, # noqa: F401
6161
make_sha,
6262
to_bin_sha, # noqa: F401

0 commit comments

Comments
 (0)