Skip to content

Commit

Permalink
Remove obsolete comment (#1349)
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Sep 26, 2023
1 parent 55f7882 commit 7be7b95
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion repology/parsers/parsers/openbsd.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ def _iter_sqlports(path: str) -> Iterator[Port]:
yield Port(**row_dict, distfiles_cursor=distfiles_cursor)


# TODO: drop _distfiles.N for sqlports >= 7.49
_DISTFILES_QUERY = """
SELECT
_sites.Value AS sites,
Expand Down

0 comments on commit 7be7b95

Please sign in to comment.