From 26672dd83eca69e492524781d40899039266db1c Mon Sep 17 00:00:00 2001 From: MANDEEP N H <146331633+mandeepnh5@users.noreply.github.com> Date: Tue, 7 Jan 2025 10:55:27 +0000 Subject: [PATCH] Fix linting issue --- switchmap/core/agent.py | 4 ++-- switchmap/server/db/attributes.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/switchmap/core/agent.py b/switchmap/core/agent.py index a30037c..5155a22 100644 --- a/switchmap/core/agent.py +++ b/switchmap/core/agent.py @@ -76,7 +76,7 @@ def name(self): def query(self): """Create placeholder method. Do not delete. - + Args: None Returns: @@ -405,7 +405,7 @@ def __init__(self, app, parent, options=None): def load_config(self): """Load the configuration. - + Args: None Returns: diff --git a/switchmap/server/db/attributes.py b/switchmap/server/db/attributes.py index 9ff0f95..1599763 100644 --- a/switchmap/server/db/attributes.py +++ b/switchmap/server/db/attributes.py @@ -288,7 +288,7 @@ def resolve_sys_objectid(obj, _): """Convert 'sys_objectid' from bytes to string. Args: - obj: Object containing sys_objectid attribute + obj: Object containing sys_objectid attribute _: Unused GraphQL parameter Returns: