Mercurial > public > mercurial-scm > hg-stable
diff mercurial/metadata.py @ 51900:607e94e01851
format: add many "missing" comma
Black was not adding them until the next changeset introduced a bunch of `from
__future__ import annotations` to most file. Since it make the next changeset
hard to read we introduce them in advance.
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Mon, 16 Sep 2024 15:36:38 +0200 |
parents | 454feddab720 |
children | f19a3f1437f3 |
line wrap: on
line diff
--- a/mercurial/metadata.py Thu Sep 12 12:53:00 2024 -0400 +++ b/mercurial/metadata.py Mon Sep 16 15:36:38 2024 +0200 @@ -7,6 +7,8 @@ # This software may be used and distributed according to the terms of the # GNU General Public License version 2 or any later version. +from __future__ import annotations + import multiprocessing import struct