Skip to content

Commit

Permalink
PyLint
Browse files Browse the repository at this point in the history
  • Loading branch information
drew2a committed Sep 27, 2021
1 parent f3c5fbe commit 684c567
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
from tribler_core.restapi.rest_manager import RESTManager


# pylint: disable=protected-access


async def test_bandwidth_accounting_component(tribler_config):
components = [RESTComponent(), MasterKeyComponent(), Ipv8Component(), BandwidthAccountingComponent()]
session = Session(tribler_config, components)
Expand Down

0 comments on commit 684c567

Please sign in to comment.