Skip to content

Commit

Permalink
Correct pre-commit issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Sep 25, 2024
1 parent c28faca commit 753742b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/vendoring/patches/distlib.patch
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ index cfa45d2af..e16292b83 100644
raise ValueError(msg)
- return resource.bytes
+ return WRAPPERS[name]

# Public API follows

0 comments on commit 753742b

Please sign in to comment.