Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Apr 23, 2019
1 parent ca1ecf1 commit 5bc367e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion rplugin/python3/denite/parent.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# License: MIT license
# ============================================================================

import asyncio
import time
import os
import msgpack
Expand Down
2 changes: 1 addition & 1 deletion rplugin/python3/denite/ui/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
clear_cmdline, echo, error, regex_convert_py_vim, clearmatch)
from .action import DEFAULT_ACTION_KEYMAP
from .prompt import DenitePrompt
from denite.parent import ASyncParent, SyncParent
from denite.parent import SyncParent
from ..prompt.prompt import STATUS_ACCEPT, STATUS_INTERRUPT


Expand Down

0 comments on commit 5bc367e

Please sign in to comment.