Skip to content

Commit bda9718

Browse files
Lint
1 parent 75b00a6 commit bda9718

File tree

1 file changed

+1
-13
lines changed
  • python_modules/libraries/dagster-sigma/dagster_sigma

1 file changed

+1
-13
lines changed

python_modules/libraries/dagster-sigma/dagster_sigma/resource.py

+1-13
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,7 @@
99
from dataclasses import dataclass
1010
from enum import Enum
1111
from pathlib import Path
12-
from typing import (
13-
AbstractSet,
14-
Any,
15-
Callable,
16-
Dict,
17-
Iterator,
18-
List,
19-
Mapping,
20-
Optional,
21-
Sequence,
22-
Type,
23-
Union,
24-
)
12+
from typing import AbstractSet, Any, Dict, Iterator, List, Mapping, Optional, Sequence, Type, Union
2513

2614
import aiohttp
2715
import dagster._check as check

0 commit comments

Comments
 (0)