nixos/tests/unbound: Remove unused 'json' import

Signed-off-by: aszlig <aszlig@nix.build>
wip/little-gl
aszlig 3 years ago
parent 6ad2e41269
commit 74bff4e667
No known key found for this signature in database
GPG Key ID: 684089CE67EBB691
  1. 1
      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")]

Loading…
Cancel
Save