Skip to content

Commit e080c23

Browse files
committed
Removed linting error - 3
1 parent 18898b0 commit e080c23

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
from rocrate_validator.models import Severity
1818
from tests.ro_crates import ValidROC
19-
from tests.shared import do_entity_test, SPARQL_PREFIXES
19+
from tests.shared import do_entity_test
2020

2121
# set up logging
2222
logger = logging.getLogger(__name__)
@@ -40,10 +40,10 @@ def test_5src_check_value_not_of_type_assess_action():
4040
WHERE {
4141
?this a schema:AssessAction ;
4242
schema:additionalType shp:CheckValue ;
43-
rdf:type ?type .
43+
rdf:type ?type .
4444
}
4545
"""
46-
46+
4747
do_entity_test(
4848
rocrate_path=ValidROC().five_safes_crate_result,
4949
requirement_severity=Severity.REQUIRED,

0 commit comments

Comments
 (0)