mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-26 09:14:32 +03:00
fix type
This commit is contained in:
parent
33883aa764
commit
05a1bafa15
|
@ -1,4 +1,4 @@
|
|||
from typing import Dict, Any, Tuple, Callable
|
||||
from typing import Dict, Any, Tuple, Callable, List
|
||||
|
||||
from ..util import registry
|
||||
from .. import util
|
||||
|
@ -67,7 +67,7 @@ def console_logger():
|
|||
|
||||
|
||||
@registry.loggers("spacy.WandbLogger.v1")
|
||||
def wandb_logger(project_name: str, remove_config_values: list = []):
|
||||
def wandb_logger(project_name: str, remove_config_values: List[str] = []):
|
||||
import wandb
|
||||
|
||||
console = console_logger()
|
||||
|
|
Loading…
Reference in New Issue
Block a user