Bump tornado from 6.2 to 6.3.2 (#358)

* Bump tornado from 6.2 to 6.3.2

Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.2 to 6.3.2.
- [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst)
- [Commits](https://github.com/tornadoweb/tornado/compare/v6.2.0...v6.3.2)

---
updated-dependencies:
- dependency-name: tornado
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Apply Code Formatter Change

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ftps <63702646+Tps-F@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-05-28 00:36:12 +09:00
committed by GitHub
parent 7816761bee
commit 2280f3e392
4 changed files with 20 additions and 19 deletions

View File

@@ -581,5 +581,5 @@ def train_and_evaluate(
if __name__ == "__main__":
torch.multiprocessing.set_start_method('spawn')
torch.multiprocessing.set_start_method("spawn")
main()