Fixed flake8 blank line issue
This commit is contained in:
parent
a49047b7a3
commit
c1b83c0265
@ -22,8 +22,10 @@ from __future__ import unicode_literals
|
|||||||
from hy.models import HyObject
|
from hy.models import HyObject
|
||||||
from hy._compat import str_type
|
from hy._compat import str_type
|
||||||
|
|
||||||
|
|
||||||
KEYWORD_PREFIX = "\uFDD0"
|
KEYWORD_PREFIX = "\uFDD0"
|
||||||
|
|
||||||
|
|
||||||
class HyKeyword(HyObject, str_type):
|
class HyKeyword(HyObject, str_type):
|
||||||
"""Generic Hy Keyword object. It's either a ``str`` or a ``unicode``,
|
"""Generic Hy Keyword object. It's either a ``str`` or a ``unicode``,
|
||||||
depending on the Python version.
|
depending on the Python version.
|
||||||
|
Loading…
Reference in New Issue
Block a user