Skip to content

Commit

Permalink
Removed nonsensical comments
Browse files Browse the repository at this point in the history
Removed nonsensical comments there were left
in code
  • Loading branch information
rbikar committed Jul 22, 2021
1 parent 7db6a6a commit d648088
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_matcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ def test_keep_n_latest_modules_different_context():
None,
)

matcher = ModularMatcher(None, None) ## TODO do fixtures
matcher = ModularMatcher(None, None)
modules = [unit_1, unit_2, unit_3]
matcher._keep_n_latest_modules(modules)
expected_contexts = ["abcd", "xyz"]
Expand Down
1 change: 0 additions & 1 deletion ubipop/_matcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ def _get_modulemds_criteria(self):
return or_criteria

def _get_modulemd_output_set(self, modules):
### napsat typy k pararmetrum!!!!
name_stream_modules_map = {}
# create internal dict structure for easier sorting
# mapping "name + stream": list of modules
Expand Down

0 comments on commit d648088

Please sign in to comment.