Skip to content

Commit

Permalink
fix(imports): Remove unused imports flagged by Ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-pl committed Aug 27, 2024
1 parent d3512d6 commit 0b1998f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/basic_fastapi_example.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"""Basic example for using rdfproxy.SPARQLModelAdapter with FastAPI."""

from SPARQLWrapper import JSON, SPARQLWrapper
from fastapi import FastAPI
from pydantic import BaseModel
from rdfproxy import Page, SPARQLModelAdapter
Expand Down

0 comments on commit 0b1998f

Please sign in to comment.