From 6d64975c6514c508cfbf5d1956c62beb5ea0a86b Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 15:00:16 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20Remove=20unused=20`os`=20import?= =?UTF-8?q?=20from=20`soda=5Fextractor.py`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Data-Science-Link <61164085+Data-Science-Link@users.noreply.github.com> --- data_engineering/data_sources/cdc_api/soda_extractor.py | 1 - 1 file changed, 1 deletion(-) diff --git a/data_engineering/data_sources/cdc_api/soda_extractor.py b/data_engineering/data_sources/cdc_api/soda_extractor.py index e1aeb30..43d9ed1 100644 --- a/data_engineering/data_sources/cdc_api/soda_extractor.py +++ b/data_engineering/data_sources/cdc_api/soda_extractor.py @@ -7,7 +7,6 @@ The data is saved as a CSV file in the dbt seeds directory. """ -import os import requests import pandas as pd from pathlib import Path