Skip to content

Commit

Permalink
fix linters and formatters
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviasculley committed Dec 6, 2024
1 parent caa9eb1 commit 5079a31
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/event.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,8 @@ class Event:

# pylint: disable=too-many-instance-attributes
# Events have lots of data that we need to save together

def __init__(
self, title, group_name, description, location, time, url, status, uuid
self, *, title, group_name, description, location, time, url, status, uuid
):
# pylint: disable=too-many-arguments
self.title = title
Expand Down

0 comments on commit 5079a31

Please sign in to comment.