Bump hacking

hackihg 3.0.x is too old.

Change-Id: I9d0d19bc6ecf4cb934cce77ce25e89882202dbd6
This commit is contained in:
Takashi Kajinami
2024-01-27 23:18:40 +09:00
parent 5f2835fcf0
commit 7ddca13fcb
8 changed files with 12 additions and 10 deletions
+2 -2
View File
@@ -172,8 +172,8 @@ def schema_args(schema_getter, omit=None):
return _decorator
def pretty_choice_list(l):
return ', '.join("'%s'" % i for i in l)
def pretty_choice_list(choices):
return ', '.join("'%s'" % choice for choice in choices)
def has_version(client, version):