Skip to content

Commit 6ae103b

Browse files
committed
removed lint error
1 parent 22ad642 commit 6ae103b

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

tests/integration/profiles/five-safes-crate/test_5src_13_validation_phase.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -176,11 +176,7 @@ def test_5src_validation_check_object_does_not_point_to_root_data_entity():
176176

177177

178178
def test_5src_validation_check_instrument_does_not_point_to_5scrate_0p4():
179-
sparql = """
180-
PREFIX schema: <http://schema.org/>
181-
PREFIX shp: <https://w3id.org/shp#>
182-
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
183-
179+
sparql = (SPARQL_PREFIXES + """
184180
DELETE {
185181
?s schema:instrument <https://w3id.org/5s-crate/0.4> .
186182
}
@@ -189,6 +185,7 @@ def test_5src_validation_check_instrument_does_not_point_to_5scrate_0p4():
189185
schema:instrument <https://w3id.org/5s-crate/0.4> .
190186
}
191187
"""
188+
)
192189

193190
do_entity_test(
194191
rocrate_path=ValidROC().five_safes_crate_result,

0 commit comments

Comments
 (0)