Skip to content

Commit

Permalink
Pylint cleanups for plugins/db/dbapi/*.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cdhorn authored and Nick-Hall committed Apr 23, 2024
1 parent d7e1750 commit 0e626b6
Show file tree
Hide file tree
Showing 3 changed files with 211 additions and 225 deletions.
4 changes: 2 additions & 2 deletions gramps/gen/db/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1011,7 +1011,7 @@ def get_surname_list(self):
"""
raise NotImplementedError

def get_tag_from_name(self, val):
def get_tag_from_name(self, name):
"""
Find a Tag in the database from the passed Tag name.
Expand Down Expand Up @@ -1133,7 +1133,7 @@ def has_tag_handle(self, handle):
"""
raise NotImplementedError

def has_name_group_key(self, name):
def has_name_group_key(self, key):
"""
Return if a key exists in the name_group table.
"""
Expand Down
Loading

0 comments on commit 0e626b6

Please sign in to comment.