Skip to content

Commit

Permalink
removed useless comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy committed Jan 31, 2024
1 parent 0cb5bd3 commit ec3c59c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pycanape/actionbuilder.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit ec3c59c

Please sign in to comment.