mirror of
https://github.com/powerline/powerline.git
synced 2025-07-26 23:35:04 +02:00
Remove unused vim import
This commit is contained in:
parent
6b51d122e2
commit
88a0b9075c
@ -406,7 +406,6 @@ class TestVim(TestCase):
|
|||||||
# Regression test: VimPowerline.add_local_theme did not work properly.
|
# Regression test: VimPowerline.add_local_theme did not work properly.
|
||||||
from powerline.vim import VimPowerline
|
from powerline.vim import VimPowerline
|
||||||
import powerline as powerline_module
|
import powerline as powerline_module
|
||||||
import vim
|
|
||||||
with swap_attributes(config, powerline_module):
|
with swap_attributes(config, powerline_module):
|
||||||
with get_powerline_raw(config, VimPowerline) as powerline:
|
with get_powerline_raw(config, VimPowerline) as powerline:
|
||||||
powerline.add_local_theme('tests.matchers.always_true', {
|
powerline.add_local_theme('tests.matchers.always_true', {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user