Skip to content

Commit

Permalink
style: Minor changes
Browse files Browse the repository at this point in the history
Remove unused import and superfluous blank line
  • Loading branch information
lu-pl committed Aug 3, 2024
1 parent 95f423f commit 7ad05b3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion rdfproxy/adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

from SPARQLWrapper import JSON, QueryResult, SPARQLWrapper
from pydantic import BaseModel

from rdfproxy.utils._types import _TModelConstructorCallable, _TModelInstance
from rdfproxy.utils.utils import (
get_bindings_from_query_result,
Expand Down
2 changes: 1 addition & 1 deletion rdfproxy/utils/_types.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Type definitions for rdfproxy."""

from collections.abc import Iterable
from typing import Annotated, Protocol, TypeVar, runtime_checkable
from typing import Protocol, TypeVar, runtime_checkable

from SPARQLWrapper import QueryResult
from pydantic import BaseModel
Expand Down

0 comments on commit 7ad05b3

Please sign in to comment.