static-frame / arraykit

Python C Extensions for StaticFrame
Other
8 stars 2 forks source link

No name 'mloc' in module 'arraykit' #40

Closed flexatone closed 3 years ago

flexatone commented 3 years ago

@brandtbucher : When trying to deploy arraykit in StaticFrame, PyLint gives me the following error. Can we fix this in the packaging of ArrayKit?

static_frame/core/util.py:291:0: E0611: No name 'mloc' in module 'arraykit' (no-name-in-module)
flexatone commented 3 years ago

This issue was solved by explicitly importing each name into __init__.py.