From: Zygmunt Krynicki Date: Wed, 24 Oct 2018 11:36:30 +0000 (+0200) Subject: Add type annotations for esp_partno X-Git-Tag: v5~42^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F273%2Fhead;p=thirdparty%2Fmkosi.git Add type annotations for esp_partno Signed-off-by: Zygmunt Krynicki --- diff --git a/mkosi b/mkosi index 63a7d455b..8cf2ce093 100755 --- a/mkosi +++ b/mkosi @@ -71,6 +71,7 @@ class CommandLineArguments(argparse.Namespace): """Type-hinted storage for command line arguments.""" swap_partno = None # type: Optional[int] + esp_partno = None # type: Optional[int] class OutputFormat(Enum):