Skip to content

Commit

Permalink
fix import path
Browse files Browse the repository at this point in the history
  • Loading branch information
jh-RLI committed Feb 4, 2025
1 parent 37b6dfe commit 0f799d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oekg/sparqlQuery.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
from uuid import UUID

import requests
from sparqlModels import DatasetConfig
from SPARQLWrapper import JSON, POST

from factsheet.oekg.connection import sparql_wrapper_update, update_endpoint
from oekg.sparqlModels import DatasetConfig


def add_datasets_to_scenario(oekgDatasetConfig: DatasetConfig):
Expand Down

0 comments on commit 0f799d8

Please sign in to comment.