From 9404cf456006b8b6e2db7fbba3be90a3752d68ed Mon Sep 17 00:00:00 2001 From: Michael Chisholm Date: Thu, 25 Jul 2019 16:58:48 -0400 Subject: [PATCH] Fix flake8 style error. --- stix2/test/v21/test_threat_actor.py | 1 - 1 file changed, 1 deletion(-) diff --git a/stix2/test/v21/test_threat_actor.py b/stix2/test/v21/test_threat_actor.py index ecd7b00..6a782ef 100644 --- a/stix2/test/v21/test_threat_actor.py +++ b/stix2/test/v21/test_threat_actor.py @@ -90,5 +90,4 @@ def test_seen_ordering_constraint(): ) - # TODO: Add other examples