Skip to content
This repository was archived by the owner on Nov 9, 2022. It is now read-only.

Commit e434b11

Browse files
Fix import
1 parent a4a0bc9 commit e434b11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/python/plotly/plotly/basedatatypes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3395,7 +3395,7 @@ def show(self, *args, **kwargs):
33953395
"""
33963396
from datetime import datetime
33973397
import sys
3398-
import luminal_helpers
3398+
from . import luminal_helpers
33993399

34003400
try:
34013401
json = self.to_json()

0 commit comments

Comments
 (0)