Skip to content

Commit

Permalink
updates 2024-11-18 - Ruff lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CHRISCARLON committed Nov 18, 2024
1 parent bba99b4 commit c79b192
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
from typing import Any, Callable, Dict, List, Optional, TypeVar, Union
from typing import Any, Callable, Dict, List, Optional, TypeVar
import polars as pl
import requests
import io
from pydantic import BaseModel, ValidationError
from dagster import AssetExecutionContext
from functools import wraps
from builtins import bytes
from pathlib import Path

T = TypeVar('T', bound=BaseModel)

Expand Down

0 comments on commit c79b192

Please sign in to comment.