diff --git a/examples/dns/record.py b/examples/dns/record.py index 346662677ea..2d79effbf53 100644 --- a/examples/dns/record.py +++ b/examples/dns/record.py @@ -8,7 +8,6 @@ alias_name = "www.mydns.com" cannonical_name = "cname.example.com" -# build cloudflare driver here client = Cloudflare(api_token=cloudflare_token)