Format code (#612)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-06-23 22:00:17 +08:00
committed by GitHub
parent d4e9badf17
commit b9fdef34ba
2 changed files with 7 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ import warnings
import numpy as np
import torch
os.environ['OPENBLAS_NUM_THREADS'] = '1'
os.environ["OPENBLAS_NUM_THREADS"] = "1"
os.environ["no_proxy"] = "localhost, 127.0.0.1, ::1"
import logging
import threading