You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Investigate renaming of the output submodules. from edgegraph.output import pyvis will mask the actual pyvis module and could cause confusion (will certainly cause confusion to IDEs which try to lint with the actual pyvis module).
Maybe rename the submodules to eg_to_<other>? Must be indicative of its purpose, but not mask the real module. Should be done before #34 .
The text was updated successfully, but these errors were encountered:
Investigate renaming of the output submodules.
from edgegraph.output import pyvis
will mask the actual pyvis module and could cause confusion (will certainly cause confusion to IDEs which try to lint with the actual pyvis module).Maybe rename the submodules to
eg_to_<other>
? Must be indicative of its purpose, but not mask the real module. Should be done before #34 .The text was updated successfully, but these errors were encountered: