Add type hints

This commit is contained in:
2023-01-09 04:25:20 +01:00
parent fc424f7263
commit ab477c0ab4
10 changed files with 69 additions and 64 deletions

View File

@ -1,6 +1,6 @@
from discord_embed.webhook import send_webhook
def test_send_webhook():
def test_send_webhook() -> None:
"""Test send_webhook() works."""
send_webhook("Running Pytest")