Skip to content

Commit

Permalink
Remove misguided TODO.
Browse files Browse the repository at this point in the history
  • Loading branch information
ceball committed May 20, 2020
1 parent f3897e9 commit 7544e9a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions nbcelltests/tests_vendored.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,6 @@ class TestNotebookBase(unittest.TestCase):

@classmethod
def setUpClass(cls):
# TODO: these probably ought to be in __init__ - want one per
# *instance* of TestNotebookBase. Would only affect people
# instantiating multiple times per process (not normal usage).
cls.kernel = RunningKernel(cls.KERNEL_NAME)
cls.cells_run = set()

Expand Down

0 comments on commit 7544e9a

Please sign in to comment.