Skip to content

Commit

Permalink
QUALITY: Remove experiment todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AkshatBajaj committed Jan 7, 2021
1 parent bdd42f4 commit b7795a1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions surround/surround/surround.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ def __init__(self, runners, assemblies, project_name, project_description, proje
self.project_name = project_name
self.project_root = project_root

# pylint: disable=fixme
# TODO: Add ability to run the experiment
def run(self, runner_key, assembler_key, mode, args=None):
runner = self.__get_runner(runner_key)

Expand Down

0 comments on commit b7795a1

Please sign in to comment.