From 31d3110549ee8bda60a701dfa80f5d525861a040 Mon Sep 17 00:00:00 2001 From: Nicolas Lamirault Date: Tue, 29 Sep 2020 17:34:33 +0200 Subject: [PATCH] Update: remove unused file Signed-off-by: Nicolas Lamirault --- diagrams/onprem/dns.py | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 diagrams/onprem/dns.py diff --git a/diagrams/onprem/dns.py b/diagrams/onprem/dns.py deleted file mode 100644 index 86328961..00000000 --- a/diagrams/onprem/dns.py +++ /dev/null @@ -1,15 +0,0 @@ -# This module is automatically generated by autogen.sh. DO NOT EDIT. - -from . import _OnPrem - - -class _Dns(_OnPrem): - _type = "dns" - _icon_dir = "resources/onprem/dns" - - -class ExternalDns(_Dns): - _icon = "external-dns.png" - - -# Aliases