Skip to content

Commit

Permalink
fix: support python3.13
Browse files Browse the repository at this point in the history
Signed-off-by: yihong0618 <[email protected]>
  • Loading branch information
yihong0618 committed Dec 16, 2024
1 parent 2296186 commit ab5ca9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runlike/inspector.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
CalledProcessError
)
from json import loads
from pipes import quote
from shlex import quote


def die(message):
Expand Down

0 comments on commit ab5ca9c

Please sign in to comment.