Remove outdated TODO's from the memory datastore module-level

docstring.
stix2.0
Michael Chisholm 2018-10-17 15:49:58 -04:00
parent 864ba05b71
commit 2d89cfb0cf
1 changed files with 0 additions and 10 deletions

View File

@ -1,15 +1,5 @@
"""
Python STIX 2.0 Memory Source/Sink
TODO:
Use deduplicate() calls only when memory corpus is dirty (been added to)
can save a lot of time for successive queries
Note:
Not worrying about STIX versioning. The in memory STIX data at anytime
will only hold one version of a STIX object. As such, when save() is called,
the single versions of all the STIX objects are what is written to file.
"""
import itertools