Skip to content

Commit 2e51eac

Browse files
Potential fix for code scanning alert no. 19: Unused import
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 5951f0d commit 2e51eac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom-domain/dstack-ingress/scripts/certman.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# Add script directory to path to import dns_providers
1111
sys.path.insert(0, os.path.dirname(os.path.abspath(__file__)))
1212

13-
from dns_providers.base import DNSProvider
13+
1414
from dns_providers import DNSProviderFactory
1515

1616

0 commit comments

Comments
 (0)