Fixed unused imports
Signed-off-by: Bart Breen <bart.breen@twobulls.com>
This commit is contained in:
@@ -18,7 +18,6 @@ import { BitbucketDiscoveryProcessor } from './BitbucketDiscoveryProcessor';
|
||||
import { ConfigReader } from '@backstage/config';
|
||||
import { LocationSpec } from '@backstage/catalog-model';
|
||||
import {
|
||||
BitbucketRepository,
|
||||
BitbucketRepository20,
|
||||
BitbucketRepositoryParser,
|
||||
PagedResponse,
|
||||
|
||||
@@ -19,7 +19,7 @@ import {
|
||||
BitbucketIntegrationConfig,
|
||||
getBitbucketRequestOptions,
|
||||
} from '@backstage/integration';
|
||||
import { BitbucketRepository, BitbucketRepository20 } from './types';
|
||||
import { BitbucketRepository20 } from './types';
|
||||
|
||||
export class BitbucketClient {
|
||||
private readonly config: BitbucketIntegrationConfig;
|
||||
|
||||
Reference in New Issue
Block a user