Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
maximearmstrong committed Jan 3, 2025
1 parent 75b00a6 commit bda9718
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions python_modules/libraries/dagster-sigma/dagster_sigma/resource.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,7 @@
from dataclasses import dataclass
from enum import Enum
from pathlib import Path
from typing import (
AbstractSet,
Any,
Callable,
Dict,
Iterator,
List,
Mapping,
Optional,
Sequence,
Type,
Union,
)
from typing import AbstractSet, Any, Dict, Iterator, List, Mapping, Optional, Sequence, Type, Union

import aiohttp
import dagster._check as check
Expand Down

0 comments on commit bda9718

Please sign in to comment.