Skip to content

Commit

Permalink
remove old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
1ucian0 committed Jul 4, 2023
1 parent 315643e commit 033ea64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/find_deprecated.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ def find_deprecations(file_name: Path) -> list[Deprecation]:

if __name__ == "__main__":
collection = DeprecationCollection(Path(__file__).joinpath("..", "..", "qiskit").resolve())
# collection.collect_deprecations()
collection.group_by("since")

DATA_JSON = LAST_TIME_MINOR = DETAILS = None
Expand Down

0 comments on commit 033ea64

Please sign in to comment.