Skip to content

Commit 046862b

Browse files
committed
fix deprecation warning in test
1 parent 64609be commit 046862b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fbfmaproom/tests/test_fbfmaproom.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from cftime import Datetime360Day as DT360
2-
import dash_html_components as html
2+
from dash import html
33
import io
44
import numpy as np
55
import pandas as pd

0 commit comments

Comments
 (0)