Skip to content

Commit

Permalink
ruff lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CHRISCARLON committed Nov 5, 2024
1 parent fed4bea commit 1ec6e61
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
import pandas as pd
import io

from typing import List, Dict, Any, Optional, Union
from pydantic import BaseModel, ValidationError, ConfigDict, Field
from typing import List, Dict, Any
from pydantic import ValidationError
from ...utils.variables_helper.url_links import asset_urls
from dagster import AssetExecutionContext, AssetIn, asset
from ...utils.slack_messages.slack_message import with_slack_notification
Expand Down

0 comments on commit 1ec6e61

Please sign in to comment.