mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-12 10:16:27 +03:00
Auto-format code with black
This commit is contained in:
parent
c5c4e96597
commit
ee37288a1f
|
@ -110,6 +110,7 @@ def wandb_logger(
|
||||||
):
|
):
|
||||||
try:
|
try:
|
||||||
import wandb
|
import wandb
|
||||||
|
|
||||||
# test that these are available
|
# test that these are available
|
||||||
from wandb import init, log, join # noqa: F401
|
from wandb import init, log, join # noqa: F401
|
||||||
except ImportError:
|
except ImportError:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user