Skip to content

Commit

Permalink
chore: Remove unused imports
Browse files Browse the repository at this point in the history
Run Ruff without F401 exclusion and remove all unused imports (but
those in __init__.py).

Concerns #34.
  • Loading branch information
lu-pl committed Aug 26, 2024
1 parent b9b2df5 commit e92bc3e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion tests/data/init_model_from_kwargs_parameters.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"""Model and kwargs data mappings for testing."""

from rdfproxy import instantiate_model_from_kwargs
from tests.data.models import ComplexModel, NestedModel, SimpleModel


Expand Down
3 changes: 1 addition & 2 deletions tests/test_get_bindings_from_query_result.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@

from collections.abc import Iterator

from SPARQLWrapper import QueryResult
import pytest

from SPARQLWrapper import JSON, QueryResult, SPARQLWrapper
from rdfproxy import get_bindings_from_query_result


Expand Down

0 comments on commit e92bc3e

Please sign in to comment.