From 895e02bfc63b5e91c664b83414ca5491a31ac836 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 4d6dbf036..964fb6c2b 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