Skip to content

Commit 8231811

Browse files
committed
Typing fixes for tab registry
1 parent 6f54d57 commit 8231811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

euporie/core/tabs/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class TabRegistryEntry:
1717
path: str
1818
name: str
1919
mime_types: set = field(default_factory=set)
20-
file_extensions: set = field(default_factory=set)
20+
file_extensions: dict[str, None] = field(default_factory=dict)
2121
weight: int = 0
2222

2323
@property

0 commit comments

Comments
 (0)