Skip to content

Commit fdc0ab2

Browse files
committed
cosmetic changes
1 parent b45198d commit fdc0ab2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tests/handler_async_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ async def test_get_iterative_batch_details(batch_size):
165165
async for ips, details in handler.getBatchDetailsIter(
166166
ips, batch_size
167167
):
168-
# results.append((ip_address, details))
169168
_check_iterative_batch_details(ips, details, token)
170169
await handler.deinit()
171170

tests/handler_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def test_get_details():
108108

109109
def _prepare_batch_test():
110110
"""Helper for preparing batch test cases."""
111-
token = os.environ.get("IPINFO_TOKEN", "")
111+
token = os.environ.get("IPINFO_TOKEN", "")
112112
if not token:
113113
pytest.skip("token required for batch tests")
114114
handler = Handler(token)

0 commit comments

Comments
 (0)