Skip to content

Commit

Permalink
Fix for filechooser mime pyppeteer#6
Browse files Browse the repository at this point in the history
  • Loading branch information
Dvionst committed Jul 18, 2020
1 parent 15c3d16 commit 7e74537
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyppeteer/page.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
import mimetypes
import os
from types import SimpleNamespace
from pathlib import Path
from typing import Any, Awaitable, Callable, Dict, List, Optional, Union, Sequence, TYPE_CHECKING

from pyee import EventEmitter
Expand Down

0 comments on commit 7e74537

Please sign in to comment.