more lint fixes

This commit is contained in:
Roman Trapeznikov 2021-10-08 19:49:46 +03:00
parent 4db6ec8d45
commit 7359173ff9

View File

@ -211,6 +211,7 @@ class Session:
Activity.allow_mid_activity_joins is also required to allow these
joins."""
del activity # Unused.
return True
def on_player_request(self, player: ba.SessionPlayer) -> bool: