Add type hints
This commit is contained in:
@ -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")
|
||||
|
Reference in New Issue
Block a user