Skip to content

Commit

Permalink
chore: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
jackwotherspoon committed Sep 23, 2024
1 parent 50e68b8 commit 4b67aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sqladmin-fetcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const {Sqladmin} = sqladmin_v1beta4;
import {InstanceConnectionInfo} from './instance-connection-info';
import {SslCert} from './ssl-cert';
import {parseCert} from './crypto';
import {IpAddresses, parseIpAddresses} from './ip-addresses';
import {IpAddresses} from './ip-addresses';
import {CloudSQLConnectorError} from './errors';
import {getNearestExpiration} from './time';
import {AuthTypes} from './auth-types';
Expand Down

0 comments on commit 4b67aee

Please sign in to comment.