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 23, 2024
1 parent 323dc28 commit b6e8509
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ci/test_archives.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
import shutil

import pytest
from CI.SCRIPTS.script_utils import files_path, s3_env
from lxml import etree, html

from CI.SCRIPTS.script_utils import files_path, s3_env
from sertit import archives, ci, files, path, s3, vectors


Expand Down
2 changes: 1 addition & 1 deletion ci/test_ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
import tempfile

import pytest
from CI.SCRIPTS.script_utils import files_path, rasters_path, s3_env, vectors_path
from lxml import etree

from CI.SCRIPTS.script_utils import files_path, rasters_path, s3_env, vectors_path
from sertit import ci, path, rasters, rasters_rio, s3, vectors

ci.reduce_verbosity()
Expand Down
2 changes: 1 addition & 1 deletion ci/test_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
from datetime import date, datetime

import numpy as np

from CI.SCRIPTS.script_utils import Polarization

from sertit import AnyPath, ci, files

ci.reduce_verbosity()
Expand Down
2 changes: 1 addition & 1 deletion ci/test_path.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
import tempfile

import pytest

from CI.SCRIPTS.script_utils import get_s3_ci_path

from sertit import AnyPath, ci, misc, path

ci.reduce_verbosity()
Expand Down
2 changes: 1 addition & 1 deletion ci/test_vectors.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@

import geopandas as gpd
import pytest
from CI.SCRIPTS.script_utils import KAPUT_KWARGS, files_path, s3_env, vectors_path
from shapely import wkt

from CI.SCRIPTS.script_utils import KAPUT_KWARGS, files_path, s3_env, vectors_path
from sertit import archives, ci, files, path, vectors
from sertit.vectors import EPSG_4326, DataSourceError

Expand Down

0 comments on commit b6e8509

Please sign in to comment.