From eeb63f8d0c51b6235acf7ef8a788fdd466819504 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 12 Jun 2024 14:22:44 +0100 Subject: [PATCH] fix(dags): remove more unused imports --- dags/modules/convert/pyarrow_to_trino_schema.py | 1 - 1 file changed, 1 deletion(-) diff --git a/dags/modules/convert/pyarrow_to_trino_schema.py b/dags/modules/convert/pyarrow_to_trino_schema.py index bf437797..54b7fa50 100644 --- a/dags/modules/convert/pyarrow_to_trino_schema.py +++ b/dags/modules/convert/pyarrow_to_trino_schema.py @@ -1,5 +1,4 @@ import logging -import constants def pyarrow_to_trino_schema(schema):