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: rename again
Signed-off-by: jupyterjazz <[email protected]>
  • Loading branch information
jupyterjazz committed Jun 26, 2023
commit fa0dbb25ebf5a3c88258a30f02a08c7fbabec73b
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.txt'
os.path.dirname(os.path.realpath(__file__)), '..', 'resources', 'mime.types'
)
mimetypes.init([mime_types_path])

Expand Down