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

Signed-off-by: aszlig <aszlig@nix.build>
master
aszlig 2021-05-08 23:50:44 +02:00
parent 6ad2e41269
commit 74bff4e667
No known key found for this signature in database
GPG Key ID: 684089CE67EBB691
1 changed files with 0 additions and 1 deletions

View File

@ -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")]