Skip to content

Commit 1e4dca9

Browse files
committed
fix pyright reporting private import
1 parent 16326e4 commit 1e4dca9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dagster_sqlmesh/controller/dagster.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# pyright: reportPrivateImportUsage=false
12
import logging
23

34
from dagster import AssetDep, AssetKey, AssetOut

0 commit comments

Comments
 (0)