From ec3c59c20bf885496a4b5f9dd314ef6797e40e73 Mon Sep 17 00:00:00 2001 From: Timothy Date: Wed, 31 Jan 2024 08:51:17 -0500 Subject: [PATCH] removed useless comment --- src/pycanape/actionbuilder.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pycanape/actionbuilder.py b/src/pycanape/actionbuilder.py index 5daa8d6..12cc980 100644 --- a/src/pycanape/actionbuilder.py +++ b/src/pycanape/actionbuilder.py @@ -55,8 +55,6 @@ def __init__(self, _action: CanapeAction = lambda x: x): self._action = _action def __enter__(self): - # NOTE: Until methods are implemented to allow transparent use of - # context, require the user to use the context directly. self.context = CANape(self.project_path, self.modal_mode) def __exit__(self, primus, secundus, tertius):