Skip to content

Commit

Permalink
Added isodate to known list (#2946)
Browse files Browse the repository at this point in the history
## Changes
Added `isodate` to known list 

### Linked issues
Partly resolve #1931
  • Loading branch information
pritishpai authored Oct 11, 2024
1 parent 213dc56 commit 01610db
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion src/databricks/labs/ucx/source_code/known.json
Original file line number Diff line number Diff line change
Expand Up @@ -6631,6 +6631,18 @@
"ipywidgets.widgets.widget_time": [],
"ipywidgets.widgets.widget_upload": []
},
"isodate": {
"isodate": [],
"isodate.duration": [],
"isodate.isodates": [],
"isodate.isodatetime": [],
"isodate.isoduration": [],
"isodate.isoerror": [],
"isodate.isostrf": [],
"isodate.isotime": [],
"isodate.isotzinfo": [],
"isodate.tzinfo": []
},
"isoduration": {
"isoduration": [],
"isoduration.constants": [],
Expand Down Expand Up @@ -31117,4 +31129,4 @@
"zipp.compat.py310": [],
"zipp.glob": []
}
}
}

0 comments on commit 01610db

Please sign in to comment.