Skip to content

Commit

Permalink
Remove unnecessary parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
cydrobolt committed May 3, 2017
1 parent e611302 commit dc95536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mote/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ def sresults():
type = group_type,
avail_dates = avail_dates,
meetbot_location = config.meetbot_prefix,
latest_meeting = (avail_dates.items()[0][1].items()[0][1])[0]
latest_meeting = avail_dates.items()[0][1].items()[0][1][0]
)


Expand Down

0 comments on commit dc95536

Please sign in to comment.