Skip to content

Commit

Permalink
fix pyright
Browse files Browse the repository at this point in the history
  • Loading branch information
PedramNavid committed Oct 12, 2023
1 parent 465df03 commit 3b17e16
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# pyright: reportGeneralTypeIssues=none
# pyright: reportOptionalMemberAccess=none

import os

from dagster_embedded_elt.sling import (
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# pyright: reportGeneralTypeIssues=none
# pyright: reportOptionalMemberAccess=none

import os

from dagster_embedded_elt.sling import (
Expand Down

0 comments on commit 3b17e16

Please sign in to comment.