Skip to content

Commit

Permalink
Merge c12d2bb into 4e2e0c2
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Bengtsson committed Oct 30, 2017
2 parents 4e2e0c2 + c12d2bb commit e0ccb8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions encore/concurrent/futures/synchronous.py
Expand Up @@ -35,7 +35,7 @@ class SynchronousExecutor(Executor):
"""

def __init__(self):
def __init__(self, **_):
""" Initializes a new SynchronousExecutor instance."""
self._shutdown = False

Expand All @@ -52,4 +52,4 @@ def shutdown(self, wait=True):
self._shutdown = True
shutdown.__doc__ = Executor.shutdown.__doc__



0 comments on commit e0ccb8d

Please sign in to comment.