Skip to content
Merged
Show file tree
Hide file tree
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: file name
Signed-off-by: jupyterjazz <[email protected]>
  • Loading branch information
jupyterjazz committed Jun 26, 2023
commit a69c197e3c119c1f91f2ab73d9c947d9d1b6893d
2 changes: 1 addition & 1 deletion docarray/typing/url/any_url.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
T = TypeVar('T', bound='AnyUrl')

mime_types_path = os.path.join(
os.path.dirname(os.path.realpath(__file__)), '..', 'resources', 'mime.types'
os.path.dirname(os.path.realpath(__file__)), '..', 'resources', 'mime.types.txt'
)
mimetypes.init([mime_types_path])

Expand Down