Skip to content

Commit

Permalink
pyright
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhan committed Feb 7, 2023
1 parent 9dadac9 commit da39465
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyright/master/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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():
Expand Down

0 comments on commit da39465

Please sign in to comment.