Skip to content

Commit

Permalink
removed limit for typing_extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
liiight committed Nov 13, 2020
1 parent b050ce2 commit d6733b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions notifiers/providers/mailgun.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@
from pydantic import NameEmail
from pydantic import root_validator
from pydantic import validator

try:
from typing import Literal
except ImportError:
from typing_extensions import Literal
from typing_extensions import Literal

from ..models.resource import Provider
from ..models.response import Response
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ jsonschema>=3.0.0
click>=7.0
rfc3987>=1.3.8
pydantic[email]
typing_extensions; python_version < '3.8'
typing_extensions

0 comments on commit d6733b9

Please sign in to comment.