Merge pull request #8580 from explosion/autoblack

Auto-format code with black
This commit is contained in:
Ines Montani 2021-07-03 13:15:07 +10:00 committed by GitHub
commit 3dcb747980
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: