Skip to content

Commit

Permalink
labhub.py: Remove unused variable
Browse files Browse the repository at this point in the history
Removed variable invited_users from class LabHub as it is not used
anywhere.

Closes #557
  • Loading branch information
JustBeYou authored and gitmate-bot committed Jun 20, 2018
1 parent cd03e3a commit bccf1db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/labhub.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ def __init__(self, bot, name=None):
else:
self.REPOS.update(self.gl_repos)

self.invited_users = set()
self.hello_world_users = set()

@property
Expand Down

0 comments on commit bccf1db

Please sign in to comment.