Skip to content

Commit

Permalink
updates 2024-11-16 - ruff lint check
Browse files Browse the repository at this point in the history
  • Loading branch information
CHRISCARLON committed Nov 16, 2024
1 parent 12406e9 commit 55388a2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import fiona
import io

from typing import List, Dict
from shapely import wkt
from shapely.geometry import shape
from dagster import AssetExecutionContext, Output, asset
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ def stream_json(url: str, set_chunk: int):
print(f"An error occurred: {error}")
raise

import requests

def fetch_redirect_url(url) -> str:
"""
Expand Down

0 comments on commit 55388a2

Please sign in to comment.