Skip to content

Commit bfdc3dc

Browse files
Lint
1 parent 7c63440 commit bfdc3dc

File tree

1 file changed

+1
-1
lines changed
  • python_modules/libraries/dagster-powerbi/dagster_powerbi

1 file changed

+1
-1
lines changed

python_modules/libraries/dagster-powerbi/dagster_powerbi/translator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import re
22
import urllib.parse
33
from enum import Enum
4-
from typing import Any, Dict, List, Literal, NamedTuple, Optional, Sequence
4+
from typing import Any, Dict, List, Literal, Optional, Sequence
55

66
from dagster import (
77
UrlMetadataValue,

0 commit comments

Comments
 (0)