Skip to content

Commit

Permalink
Format Python code according to PEP8
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan-TZ authored and github-actions[bot] committed Oct 14, 2023
1 parent 22d8ad8 commit 1a9dfec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recbole/quick_start/quick_start.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def run(

# Refer to https://discuss.pytorch.org/t/problems-with-torch-multiprocess-spawn-and-simplequeue/69674/2
# https://discuss.pytorch.org/t/return-from-mp-spawn/94302/2
queue = mp.get_context('spawn').SimpleQueue()
queue = mp.get_context("spawn").SimpleQueue()

config_dict = config_dict or {}
config_dict.update(
Expand Down

0 comments on commit 1a9dfec

Please sign in to comment.