From 3c25410a9de7ee70e4b42d6a82f710d5f78d302f Mon Sep 17 00:00:00 2001 From: Michael Chisholm Date: Wed, 19 Aug 2020 11:51:47 -0400 Subject: [PATCH] pre-commit stylistic fix --- stix2/test/v21/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stix2/test/v21/conftest.py b/stix2/test/v21/conftest.py index a7a97a9..6efcf39 100644 --- a/stix2/test/v21/conftest.py +++ b/stix2/test/v21/conftest.py @@ -136,7 +136,7 @@ def stix_objs1(): "type": "url", "spec_version": "2.1", "id": "url--cc1deced-d99b-4d72-9268-8182420cb2fd", - "value": "http://example.com/" + "value": "http://example.com/", } return [ind1, ind2, ind3, ind4, ind5, sco]