enable pylint: too-many-branches

This commit is contained in:
Roman Trapeznikov 2020-04-11 15:54:58 +03:00
parent 337045c9f8
commit 8f9a7c4ac6

View File

@ -97,7 +97,6 @@ class Session:
instances; one for each ba.Activity the session may potentially run.
"""
# pylint: disable=too-many-statements
# pylint: disable=too-many-branches
# pylint: disable=too-many-locals
# pylint: disable=cyclic-import
from ba._lobby import Lobby