Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 5, 2024
1 parent 9ba6def commit e0d6024
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
3 changes: 1 addition & 2 deletions environment/airflow/dags/cookbook1_ingest_customer_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@
import pathlib

import pandas as pd
import tutorial_code as tutorial
from airflow import DAG
from airflow.operators.python import PythonOperator

import tutorial_code as tutorial

log = logging.getLogger("GX validation")


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@
import pathlib

import pandas as pd
import tutorial_code as tutorial
from airflow import DAG
from airflow.operators.python import PythonOperator

import tutorial_code as tutorial

log = logging.getLogger("GX validation")


Expand Down
1 change: 0 additions & 1 deletion tests/test_cookbook1.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import great_expectations as gx
import pandas as pd
import pytest

import tutorial_code as tutorial


Expand Down
1 change: 0 additions & 1 deletion tests/test_cookbook2.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import great_expectations as gx
import pandas as pd
import pytest

import tutorial_code as tutorial


Expand Down

0 comments on commit e0d6024

Please sign in to comment.