Skip to content

Commit 9b8777a

Browse files
authored
Added htmlmin to known list (#2907)
## Changes Added `htmlmin` to known list ### Linked issues Partly resolve #1931
1 parent 3a5bce8 commit 9b8777a

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

src/databricks/labs/ucx/source_code/known.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6362,6 +6362,17 @@
63626362
"html5lib": {
63636363
"html5lib": []
63646364
},
6365+
"htmlmin": {
6366+
"htmlmin": [],
6367+
"htmlmin.command": [],
6368+
"htmlmin.decorator": [],
6369+
"htmlmin.escape": [],
6370+
"htmlmin.main": [],
6371+
"htmlmin.middleware": [],
6372+
"htmlmin.parser": [],
6373+
"htmlmin.python3html": [],
6374+
"htmlmin.python3html.parser": []
6375+
},
63656376
"httpcore": {
63666377
"httpcore": [],
63676378
"httpcore._api": [],
@@ -31056,4 +31067,4 @@
3105631067
"zipp.compat.py310": [],
3105731068
"zipp.glob": []
3105831069
}
31059-
}
31070+
}

0 commit comments

Comments
 (0)