Skip to content

Commit

Permalink
Fix megalinter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
JudsonStevens committed Dec 17, 2023
1 parent d2e8cf1 commit eb46f1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion modules/airtable/mentorship_tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ def mentors_by_skillset(self: "MentorshipSkillsetsTable", skillsets_to_search: l
)
except KeyError:
logger.exception("Key error intercepted retrieving mentors by skillset", extra={"row": row})
pass

# Flatten the array and get unique values
return set(chain(*mentors))
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ exclude = [
# Exclude the one off script file
"one_offs.py",
# Exclude the vector search testing
"vector*",
"**/vector*",
# Exclude the databases folder
"databases/**",
"**/databases/**",
]

# Same as Black.
Expand Down

0 comments on commit eb46f1b

Please sign in to comment.