Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
linogaliana committed Jan 3, 2024
1 parent 47f9d5d commit 0b57b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cartiflette/s3/preprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import geopandas as gpd
import io
import logging
import numpy as np
import os
import pandas as pd
import s3fs
Expand All @@ -14,6 +13,7 @@

from cartiflette import BUCKET, PATH_WITHIN_BUCKET, FS
from cartiflette.utils import magic_csv_reader
from cartiflette.download import get_vectorfile_ign

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit 0b57b75

Please sign in to comment.