Skip to content

Commit e94ae0a

Browse files
committed
try to solve import problem
1 parent f074ea3 commit e94ae0a

File tree

1 file changed

+1
-1
lines changed
  • packages/python/plotly/plotly/express

1 file changed

+1
-1
lines changed

packages/python/plotly/plotly/express/_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from collections import namedtuple, OrderedDict
44

55
from _plotly_utils.basevalidators import ColorscaleValidator
6-
from .colors import qualitative, sequential
6+
from plotly.colors import qualitative, sequential
77
import math
88
import pandas as pd
99
import numpy as np

0 commit comments

Comments
 (0)