mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-25 00:34:20 +03:00
Merge pull request #8580 from explosion/autoblack
Auto-format code with black
This commit is contained in:
commit
3dcb747980
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user