Skip to content

Commit 3ffd4f8

Browse files
Potential fix for pull request finding 'CodeQL / Unused variable, import, function or class'
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent a0f13ba commit 3ffd4f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/compose-generator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { buildAgentEnvironment, buildAgentVolumes, buildAgentService, buildIptab
99
import { buildApiProxyService } from './services/api-proxy-service';
1010
import { buildDohProxyService } from './services/doh-proxy-service';
1111
import { buildCliProxyService } from './services/cli-proxy-service';
12-
import { getExistingDockerSubnets, _generateRandomSubnet } from './network-allocator';
12+
import { _generateRandomSubnet } from './network-allocator';
1313

1414
/**
1515
* Generates Docker Compose configuration

0 commit comments

Comments
 (0)