address flake8 format check
This commit is contained in:
committed by
Jacob Alexander
parent
1fb168796d
commit
78dd54e641
@@ -31,6 +31,7 @@ Example Usage::
|
||||
for phone in person.phones:
|
||||
print(phone.type, ':', phone.number)
|
||||
"""
|
||||
|
||||
# flake8: noqa F401 F403 F405
|
||||
from .version import version as __version__
|
||||
from .lib.capnp import *
|
||||
|
||||
Reference in New Issue
Block a user