Make_subplots is very slow

Hi guys,
when I use make_subplots, I notice it takes quite a while for the command line to initialize. When I measure how long my charting function takes, it takes about 0.033s, where the line fig = make_subplots() takes 0.14s. Is there any solution to this problem?