diff --git a/examples/dns/record.py b/examples/dns/record.py index 99f1023ac5a..6b311259d81 100644 --- a/examples/dns/record.py +++ b/examples/dns/record.py @@ -1,5 +1,6 @@ import os import sys + from cloudflare import Cloudflare zone_id = os.getenv("CLOUDFLARE_ZONE_ID")