From 31792debf684be62607cb048b55f1e8b0b86e6e6 Mon Sep 17 00:00:00 2001 From: Hakan Calim <hakan.calim@fau.de> Date: Thu, 27 Jul 2023 13:53:47 +0200 Subject: [PATCH] NAT-243: Add ignore errors line --- gso/services/netbox_client.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gso/services/netbox_client.py b/gso/services/netbox_client.py index 7e21e9b7..0c346baa 100644 --- a/gso/services/netbox_client.py +++ b/gso/services/netbox_client.py @@ -1,3 +1,4 @@ +# mypy: ignore-errors """ This module contains all methods to communicate with the -- GitLab