From c2c89bdc69913b86495b0fd568b554c357ec7ccf Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Sat, 28 Sep 2024 16:55:54 -0500 Subject: Lint: fix some linting errors. --- tests/fixtures/rdf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/fixtures') diff --git a/tests/fixtures/rdf.py b/tests/fixtures/rdf.py index b942282..9bf297b 100644 --- a/tests/fixtures/rdf.py +++ b/tests/fixtures/rdf.py @@ -1,9 +1,9 @@ """Test fixtures to set up a test named graph for loading RDF data.""" import os -from requests.auth import HTTPDigestAuth -from flask import config -import requests + import pytest +import requests +from requests.auth import HTTPDigestAuth def get_sparql_auth_conf(config_obj) -> dict: -- cgit v1.2.3