Skip to content

Commit

Permalink
stupid python 3.8 pre-commit still not adding the right trailing
Browse files Browse the repository at this point in the history
commas....
  • Loading branch information
chisholm committed Jun 2, 2020
1 parent 30c0848 commit f49e230
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions stix2/test/v21/test_deterministic_ids.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class SomeSCO(stix2.v21.base._Observable):
(
'extensions', ExtensionsProperty(
spec_version='2.1', enclosing_type=_type,
)
),
),
))
_id_contributing_properties = []
Expand All @@ -70,7 +70,7 @@ class SomeSCO(stix2.v21.base._Observable):
(
'extensions', ExtensionsProperty(
spec_version='2.1', enclosing_type=_type,
)
),
),
('value', StringProperty()),
))
Expand All @@ -92,7 +92,7 @@ class SomeSCO(stix2.v21.base._Observable):
(
'extensions', ExtensionsProperty(
spec_version='2.1', enclosing_type=_type,
)
),
),
('string', StringProperty()),
('int', IntegerProperty()),
Expand Down Expand Up @@ -132,7 +132,7 @@ class SomeSCO(stix2.v21.base._Observable):
(
'extensions', ExtensionsProperty(
spec_version='2.1', enclosing_type=_type,
)
),
),
('timestamp', TimestampProperty()),
))
Expand Down

0 comments on commit f49e230

Please sign in to comment.