From 169ef87bc20e1e52a8eeaf31e45e3edb01d7945f Mon Sep 17 00:00:00 2001 From: Michael Chisholm Date: Mon, 16 Nov 2020 15:10:06 -0500 Subject: [PATCH] pre-commit stylistic fixes --- stix2/test/v21/test_sighting.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/stix2/test/v21/test_sighting.py b/stix2/test/v21/test_sighting.py index 082d46d..0ef5faa 100644 --- a/stix2/test/v21/test_sighting.py +++ b/stix2/test/v21/test_sighting.py @@ -5,7 +5,9 @@ import pytz import stix2 -from .constants import IDENTITY_ID, INDICATOR_ID, LOCATION_ID, SIGHTING_ID, SIGHTING_KWARGS +from .constants import ( + IDENTITY_ID, INDICATOR_ID, LOCATION_ID, SIGHTING_ID, SIGHTING_KWARGS, +) EXPECTED_SIGHTING = """{ "type": "sighting", @@ -102,7 +104,7 @@ def test_create_sighting_from_objects_rather_than_ids(malware): # noqa: F811 "type": "sighting", "where_sighted_refs": [ IDENTITY_ID, - LOCATION_ID + LOCATION_ID, ], }, ],