Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Oct 25, 2021
1 parent c4ab160 commit 0b9e3b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions pacman/executor/injection_decorator.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ class InjectionException(Exception):
""" Raised when there is an error with injection.
"""


def inject_items(types):
""" A :py:obj:`decorator` that ndicates values that need to be injected
into the method
Expand Down
1 change: 0 additions & 1 deletion pacman/executor/pacman_algorithm_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,6 @@ def execute_mapping(self):
self.__execute_mapping()

def __execute_mapping(self):
new_outputs = dict()
for algorithm in self._algorithms:
# set up timer
timer = None
Expand Down

0 comments on commit 0b9e3b6

Please sign in to comment.