Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
refactor: validate approach, should fail
Signed-off-by: jupyterjazz <[email protected]>
  • Loading branch information
jupyterjazz committed Jun 26, 2023
commit c661282fccda0f2652ceec9c8315222bdb5f00a8
2 changes: 1 addition & 1 deletion docarray/typing/url/any_url.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

T = TypeVar('T', bound='AnyUrl')

mimetypes.init([])
# mimetypes.init([])


@_register_proto(proto_type_name='any_url')
Expand Down