Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
bstaletic committed May 11, 2024
1 parent 28a58d8 commit 7475c55
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ycmd/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,6 @@ def Main():
args.stderr,
args.keep_logfiles )
atexit.register( handlers.ServerCleanup )
from bottle import TemplatePlugin
handlers.app.uninstall(TemplatePlugin)
handlers.app.install( WatchdogPlugin( args.idle_suicide_seconds,
args.check_interval_seconds ) )
handlers.app.install( HmacPlugin( hmac_secret ) )
Expand Down

0 comments on commit 7475c55

Please sign in to comment.