pygraphistry icon indicating copy to clipboard operation
pygraphistry copied to clipboard

[BUG] pygraphistry ast exporting wrong module

Open lmeyerov opened this issue 3 years ago • 0 comments

Describe the bug

import graphistry
dir(graphistry.ast)

prints python ast package, not graphistry's

this makes it ~impossible to use .chain()

(AI branch)

lmeyerov avatar Apr 26 '22 05:04 lmeyerov