Skip to content

Commit

Permalink
Fix trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
clenk committed Jan 4, 2020
1 parent e3c2a3a commit 3092d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stix2/workbench.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
""".format(
_environ.creator_of.__doc__,
_environ.relationships.__doc__,
_environ.related_to.__doc__
_environ.related_to.__doc__,
)


Expand Down

0 comments on commit 3092d88

Please sign in to comment.