Skip to content
Commit 97c310e2 authored by Ulf Magnusson's avatar Ulf Magnusson Committed by Anas Nashif
Browse files

sanitycheck: Remove pointless shutdown() from BoundedExecutor



Just calls through to concurrent.futures.Executor.shutdown() in the base
class, which has the same signature. Removing it means the base class
version will get used directly.

Fixes this pylint warning:

    W0235: Useless super delegation in method 'shutdown'
    (useless-super-delegation)

Signed-off-by: default avatarUlf Magnusson <Ulf.Magnusson@nordicsemi.no>
parent e73d286b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment