diff --git a/pyright/master/requirements.txt b/pyright/master/requirements.txt index 186285330d8da..e576c50cd61eb 100644 --- a/pyright/master/requirements.txt +++ b/pyright/master/requirements.txt @@ -97,6 +97,7 @@ -e python_modules/libraries/dagster-spark/ -e python_modules/libraries/dagster-ssh/ -e python_modules/libraries/dagster-twilio/ +-e python_modules/libraries/dagster-wandb/ -e python_modules/libraries/dagstermill/ ### OTHER diff --git a/python_modules/libraries/dagster-wandb/dagster_wandb/launch/configs.py b/python_modules/libraries/dagster-wandb/dagster_wandb/launch/configs.py index 63ac04777a11c..1386531bcbff4 100644 --- a/python_modules/libraries/dagster-wandb/dagster_wandb/launch/configs.py +++ b/python_modules/libraries/dagster-wandb/dagster_wandb/launch/configs.py @@ -1,5 +1,5 @@ from dagster import Bool, Field, Noneable, Permissive, String -from dagster.core.types.dagster_type import Array # pylint: disable=no-name-in-module, import-error +from dagster._core.types.dagster_type import Array def launch_config():