Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
CBroz1 committed Dec 11, 2023
1 parent 022c013 commit c9c12f8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/spyglass/common/common_lab.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def get_team_members(cls, member, reload=False):
member : str
The lab member to check.
reload : bool
If True, reload the shared teams chache.
If True, reload the shared teams cache.
"""
if reload or member not in cls._shared_teams:
teams = (cls.LabTeamMember & {"lab_member_name": member}).fetch(
Expand Down Expand Up @@ -204,7 +204,6 @@ def create_new_team(
}
member_list.append(labteammember_dict)
# clear cache for this member
# Te
_ = cls._shared_teams.pop(team_member, None)

cls.insert1(labteam_dict, skip_duplicates=True)
Expand Down

0 comments on commit c9c12f8

Please sign in to comment.