Partially apply Python 3 libmodernize.fixes.fix_dict_six.
Refer to #256
This commit is contained in:
parent
7ccd60584a
commit
5e3013d2c2
3 changed files with 4 additions and 4 deletions
|
@ -279,7 +279,7 @@ logger.info("Finished receiving Zulip messages!")
|
|||
receive_zephyrs()
|
||||
logger.info("Finished receiving Zephyr messages!")
|
||||
|
||||
all_keys = set(zhkeys.keys() + hzkeys.keys())
|
||||
all_keys = set(list(zhkeys.keys()) + list(hzkeys.keys()))
|
||||
def process_keys(content_list):
|
||||
# Start by filtering out any keys that might have come from
|
||||
# concurrent check-mirroring processes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue