From 74bff4e6678a90934a37ab7d912c480fd313a588 Mon Sep 17 00:00:00 2001 From: aszlig Date: Sat, 8 May 2021 23:50:44 +0200 Subject: nixos/tests/unbound: Remove unused 'json' import Signed-off-by: aszlig --- nixos/tests/unbound.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/tests/unbound.nix b/nixos/tests/unbound.nix index e24c3ef6c99..fcfa222299c 100644 --- a/nixos/tests/unbound.nix +++ b/nixos/tests/unbound.nix @@ -192,7 +192,6 @@ import ./make-test-python.nix ({ pkgs, lib, ... }: testScript = { nodes, ... }: '' import typing - import json zone = "example.local." records = [("AAAA", "abcd::eeff"), ("A", "1.2.3.4")] -- cgit 1.4.1