Skip to content

Commit

Permalink
Tidy up for pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
sephwalker321 committed Sep 20, 2022
1 parent 603577d commit 4029092
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion camps/activity/activity_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ class CampActivityManager(ActivityManager):
def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)

def activate_next_shift(self,):
def activate_next_shift(
self,
):
for super_group in self.active_super_groups:
if "visits" in super_group:
continue
Expand Down

0 comments on commit 4029092

Please sign in to comment.