From b782440a62879f1ea9cfe3b9be4475de924c9a51 Mon Sep 17 00:00:00 2001 From: Maximilian Bosch Date: Sat, 8 May 2021 23:02:08 +0200 Subject: [PATCH] nixosTests.custom-ca: lint --- nixos/tests/custom-ca.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/tests/custom-ca.nix b/nixos/tests/custom-ca.nix index 31909188d3a..7ce1101911d 100644 --- a/nixos/tests/custom-ca.nix +++ b/nixos/tests/custom-ca.nix @@ -112,6 +112,7 @@ in }; testScript = '' + from typing import Tuple def execute_as(user: str, cmd: str) -> Tuple[int, str]: """ Run a shell command as a specific user.