Skip to content

Commit a408e6d

Browse files
committed
chore: linter issues
1 parent c1a2f02 commit a408e6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_pubchem_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import unittest
22
from unittest.mock import patch, MagicMock
33
import pytest
4-
import requests
54
from requests.exceptions import RequestException
65

76
from app.modules.pubchem_retrieve import PubChemClient
87

8+
99
# Mock client class to replace TestClient
1010
class MockClient:
1111
"""Simple mock client to replace TestClient"""

0 commit comments

Comments
 (0)