Fix example in CONTRIBUTING.rst
This commit is contained in:
parent
558b608c94
commit
d76bf5ef79
|
@ -113,6 +113,8 @@ Programming style
|
|||
|
||||
'''Powerline super module'''
|
||||
|
||||
from __future__ import (unicode_literals, division, absolute_import, print_function)
|
||||
|
||||
import sys
|
||||
|
||||
from argparse import ArgumentParser
|
||||
|
|
Loading…
Reference in New Issue