Skip to content

Commit 5f42b84

Browse files
Potential fix for code scanning alert no. 42: Unused import
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 6e26d73 commit 5f42b84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/J1QLdeferredResponse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import os
22
import time
3-
import json
3+
44
import requests
55
from requests.adapters import HTTPAdapter, Retry
66

0 commit comments

Comments
 (0)