Skip to content

Commit 753742b

Browse files
committed
Correct pre-commit issue.
1 parent c28faca commit 753742b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/vendoring/patches/distlib.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ index cfa45d2af..e16292b83 100644
5555
raise ValueError(msg)
5656
- return resource.bytes
5757
+ return WRAPPERS[name]
58-
58+
5959
# Public API follows
60-
60+

0 commit comments

Comments
 (0)