Skip to content

Commit

Permalink
fix ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
bubriks committed Nov 6, 2024
1 parent d04f54b commit 54f1e19
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion python/tests/client/test_base_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
import requests
from hsfs.client.base import Client
from hsfs.client.exceptions import RestAPIError

from tests.util import changes_environ


Expand Down
2 changes: 1 addition & 1 deletion python/tests/engine/test_python.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
from hsfs.client import exceptions
from hsfs.constructor import query
from hsfs.constructor.hudi_feature_group_alias import HudiFeatureGroupAlias
from hsfs.core import inode, job, ingestion_run
from hsfs.core import inode, job
from hsfs.core.constants import HAS_GREAT_EXPECTATIONS
from hsfs.engine import python
from hsfs.expectation_suite import ExpectationSuite
Expand Down

0 comments on commit 54f1e19

Please sign in to comment.