Skip to content

Commit

Permalink
Fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mandeepnh5 committed Jan 7, 2025
1 parent 80c9b92 commit 26672dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions switchmap/core/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def name(self):

def query(self):
"""Create placeholder method. Do not delete.
Args:
None
Returns:
Expand Down Expand Up @@ -405,7 +405,7 @@ def __init__(self, app, parent, options=None):

def load_config(self):
"""Load the configuration.
Args:
None
Returns:
Expand Down
2 changes: 1 addition & 1 deletion switchmap/server/db/attributes.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 26672dd

Please sign in to comment.