Auto merge of #2997 - micbou:fix-shutdown-request-init, r=puremourning

[READY] Fix shutdown request init

Error found by [LGTM](https://lgtm.com/projects/g/Valloric/YouCompleteMe/alerts/?mode=list).

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/valloric/youcompleteme/2997)
<!-- Reviewable:end -->
This commit is contained in:
zzbot 2018-04-26 12:14:03 -07:00 committed by GitHub
commit 2d04c411e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ TIMEOUT_SECONDS = 0.1
class ShutdownRequest( BaseRequest ):
def __init__( self ):
super( BaseRequest, self ).__init__()
super( ShutdownRequest, self ).__init__()
def Start( self ):