Skip to content

Commit 1c92af4

Browse files
committed
chore: remove useless dedent import
1 parent 13ac4c6 commit 1c92af4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dash/development/_py_components_generation.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from collections import OrderedDict
22
import copy
33
import os
4-
from textwrap import fill, dedent
4+
from textwrap import fill
55

66
from dash.development.base_component import _explicitize_args
77
from dash.exceptions import NonExistentEventException

0 commit comments

Comments
 (0)