diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2019-10-08 22:04:01 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2019-10-08 22:04:01 -0400 |
commit | 6de76885ca9da9354cd8f8883be0901dcbf0dbb2 (patch) | |
tree | 0c77aef3a111098eff653b43336ec3b679d96044 /coverage/sqldata.py | |
parent | b13facec8f8a02d2a99f254d3b3bc92ce1a33bd3 (diff) | |
download | python-coveragepy-git-6de76885ca9da9354cd8f8883be0901dcbf0dbb2.tar.gz |
Tie up a loose end in the docs
Diffstat (limited to 'coverage/sqldata.py')
-rw-r--r-- | coverage/sqldata.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/coverage/sqldata.py b/coverage/sqldata.py index 4739292f..791dc77b 100644 --- a/coverage/sqldata.py +++ b/coverage/sqldata.py @@ -5,7 +5,6 @@ # TODO: factor out dataop debugging to a wrapper class? # TODO: make sure all dataop debugging is in place somehow -# TODO: should writes be batched? # TODO: run_info import collections |