mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 04:08:09 +03:00
Auto-format code with black
This commit is contained in:
parent
c5c4e96597
commit
ee37288a1f
|
@ -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