mirror of
https://github.com/powerline/powerline.git
synced 2025-07-27 07:44:36 +02:00
Fix syntastic warnings in powerline/__init__
This commit is contained in:
parent
88a0b9075c
commit
95bdca87ec
@ -773,7 +773,6 @@ class Powerline(object):
|
|||||||
Not guaranteed to work properly, use it at your own risk. It
|
Not guaranteed to work properly, use it at your own risk. It
|
||||||
may break your python code.
|
may break your python code.
|
||||||
'''
|
'''
|
||||||
from imp import reload
|
|
||||||
import sys
|
import sys
|
||||||
modules = self.imported_modules | set((module for module in sys.modules if module.startswith('powerline')))
|
modules = self.imported_modules | set((module for module in sys.modules if module.startswith('powerline')))
|
||||||
modules_holder = []
|
modules_holder = []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user