Auto-format code with black

This commit is contained in:
explosion-bot 2021-07-02 07:48:26 +00:00 committed by GitHub
parent c5c4e96597
commit ee37288a1f
13 changed files with 21 additions and 20 deletions

View File

@ -110,6 +110,7 @@ def wandb_logger(
):
try:
import wandb
# test that these are available
from wandb import init, log, join # noqa: F401
except ImportError: