Skip to content

Commit 30e1a95

Browse files
committed
feat: add csv import for handling CSV data in EEAClient
1 parent 3852b25 commit 30e1a95

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

api/clients/eea_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
from typing import Any, Dict, List, Optional
66

77
import io
8+
import csv
89
import requests
910
import pandas as pd
1011
from api.utils.schema import ensure_eea_env_schema

0 commit comments

Comments
 (0)