Skip to content

Commit

Permalink
Merge pull request #123 from yihong0618/master
Browse files Browse the repository at this point in the history
fix: support python3.13
  • Loading branch information
lavie authored Dec 16, 2024
2 parents 2296186 + ab5ca9c commit 8d4aff5
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 8d4aff5

Please sign in to comment.