From 3092d8815433ebc4e045c00c399f0b4afbebcb15 Mon Sep 17 00:00:00 2001 From: Chris Lenk Date: Sat, 4 Jan 2020 18:02:01 -0500 Subject: [PATCH] Fix trailing comma --- stix2/workbench.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stix2/workbench.py b/stix2/workbench.py index c5aac6e..57474a9 100644 --- a/stix2/workbench.py +++ b/stix2/workbench.py @@ -106,7 +106,7 @@ STIX_OBJ_DOCS = """ """.format( _environ.creator_of.__doc__, _environ.relationships.__doc__, - _environ.related_to.__doc__ + _environ.related_to.__doc__, )