summary refs log tree commit diff
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2021-05-08 23:50:44 +0200
committeraszlig <aszlig@nix.build>2021-05-09 02:28:30 +0200
commit74bff4e6678a90934a37ab7d912c480fd313a588 (patch)
treebac60742309c49853e3ec126b6c4ed127a3f2813
parent6ad2e41269db0d68aaf92440ad44d354e9608ff0 (diff)
downloadnixpkgs-74bff4e6678a90934a37ab7d912c480fd313a588.tar
nixpkgs-74bff4e6678a90934a37ab7d912c480fd313a588.tar.gz
nixpkgs-74bff4e6678a90934a37ab7d912c480fd313a588.tar.bz2
nixpkgs-74bff4e6678a90934a37ab7d912c480fd313a588.tar.lz
nixpkgs-74bff4e6678a90934a37ab7d912c480fd313a588.tar.xz
nixpkgs-74bff4e6678a90934a37ab7d912c480fd313a588.tar.zst
nixpkgs-74bff4e6678a90934a37ab7d912c480fd313a588.zip
nixos/tests/unbound: Remove unused 'json' import
Signed-off-by: aszlig <aszlig@nix.build>
-rw-r--r--nixos/tests/unbound.nix1
1 files changed, 0 insertions, 1 deletions
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")]