From 33128908c749083ea02ff1b6038fd3e4446ccdbc Mon Sep 17 00:00:00 2001 From: Michael Chisholm Date: Wed, 31 Mar 2021 21:31:59 -0400 Subject: [PATCH] Another pre-commit stylistic fix. Necessary since apparently the git action uses a more recent version of pre-commit than travis did, and the newer pre-commit requires different things than the old one did. --- stix2/test/v21/test_location.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stix2/test/v21/test_location.py b/stix2/test/v21/test_location.py index 9f42255..e7da4f2 100644 --- a/stix2/test/v21/test_location.py +++ b/stix2/test/v21/test_location.py @@ -47,7 +47,7 @@ EXPECTED_LOCATION_2_REPR = "Location(" + " ".join( id='location--a6e9345f-5a15-4c29-8bb3-7dcc5d168d64', created='2016-04-06T20:03:00.000Z', modified='2016-04-06T20:03:00.000Z', - region='northern-america'""".split() + region='northern-america'""".split(), ) + ")"