Skip to content

Commit 04607c1

Browse files
committed
fix: remove unused import
1 parent 41089ca commit 04607c1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
from ._dashboard_scope import convert_scope_string_to_expression
2-
from ._dashboard_versions import convert_dashboard_between_versions
32

4-
__all__ = ["convert_dashboard_between_versions", "convert_scope_string_to_expression"]
3+
__all__ = ["convert_scope_string_to_expression"]

0 commit comments

Comments
 (0)