From a2beb46f35ea070b483c61e2bc94e66ba97c440e Mon Sep 17 00:00:00 2001 From: Ming Fang Date: Wed, 25 Sep 2024 11:53:29 -0400 Subject: [PATCH] Add extra blank line to make pre-commit happy. --- stix2/v21/common.py | 1 + 1 file changed, 1 insertion(+) diff --git a/stix2/v21/common.py b/stix2/v21/common.py index 103fff7..ca795e0 100644 --- a/stix2/v21/common.py +++ b/stix2/v21/common.py @@ -79,6 +79,7 @@ class GranularMarking(_STIXBase21): self._check_at_least_one_property(['lang', 'marking_ref']) self._check_mutually_exclusive_properties(['lang', 'marking_ref']) + class LanguageContent(_STIXBase21): """For more detailed information on this object's properties, see `the STIX 2.1 specification `__.