diff options
| author | Alex Schofield <git@ajschof.me> | 2024-08-28 11:14:57 +0100 |
|---|---|---|
| committer | Alex Schofield <git@ajschof.me> | 2024-08-28 11:14:57 +0100 |
| commit | 75d43f52a8ae7dd087f389de65b19501f2db4b3e (patch) | |
| tree | a2cc6a38c4a40d241170b074739dbeb397435c08 /tests/test_load_lambda.py | |
| parent | 8255a66c86dd932b8a453298067e0abb11fe639f (diff) | |
| download | de-project-bentley-75d43f52a8ae7dd087f389de65b19501f2db4b3e.tar.gz de-project-bentley-75d43f52a8ae7dd087f389de65b19501f2db4b3e.zip | |
test: remove unnecessary imports
Diffstat (limited to 'tests/test_load_lambda.py')
| -rw-r--r-- | tests/test_load_lambda.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_load_lambda.py b/tests/test_load_lambda.py index da11c1e..830bb00 100644 --- a/tests/test_load_lambda.py +++ b/tests/test_load_lambda.py @@ -1,6 +1,4 @@ import pandas as pd -import pyarrow.parquet as pq -from io import BytesIO from moto import mock_aws import boto3 import botocore.exceptions |
