From 669e8581948983eefe2694d650c9285ee5db444f Mon Sep 17 00:00:00 2001
From: Neda Moeini <neda.moeini@GA0479-NMOEINI.local>
Date: Fri, 22 Sep 2023 16:55:29 +0200
Subject: [PATCH] Fixed linting issue.

---
 gso/services/netbox_client.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gso/services/netbox_client.py b/gso/services/netbox_client.py
index 4d6dbf03..964fb6c2 100644
--- a/gso/services/netbox_client.py
+++ b/gso/services/netbox_client.py
@@ -1,4 +1,4 @@
-"""Contain all methods to communicate with the NetBox API endpoint.Data Center Infrastructure Main (DCIM)."""
+"""Contain all methods to communicate with the NetBox API endpoint. Data Center Infrastructure Main (DCIM)."""
 from uuid import UUID
 
 import pydantic
-- 
GitLab