fix(lint): remove unused imports from SendGrid test

This commit is contained in:
Shin 2026-02-07 03:37:37 +00:00
parent 0ab0d2ae80
commit 755de9e4a8

View file

@ -2,9 +2,7 @@ import os
import sys
import unittest.mock as mock
import httpx
import pytest
import respx
from httpx import Response
sys.path.insert(0, os.path.abspath("../../.."))