Skip to content

Commit 1ebaf4d

Browse files
committed
Fixed linting error.
1 parent e5bd352 commit 1ebaf4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def test_createaction_does_not_have_agent():
3434
SPARQL_PREFIXES
3535
+ """
3636
DELETE {
37-
?action schema:agent ?agent .
37+
?action schema:agent ?agent .
3838
}
3939
WHERE {
4040
?action schema:agent ?agent ;

0 commit comments

Comments
 (0)