Browse Source

Removes unused using

main
Eric Amodio 1 year ago
parent
commit
f14093971e
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/git/remotes/bitbucket.ts

+ 0
- 1
src/git/remotes/bitbucket.ts View File

@ -1,7 +1,6 @@
import type { Range, Uri } from 'vscode';
import type { DynamicAutolinkReference } from '../../annotations/autolinks';
import type { AutolinkReference } from '../../config';
import { AutolinkType } from '../../config';
import { isSha } from '../models/reference';
import type { Repository } from '../models/repository';
import { RemoteProvider } from './remoteProvider';

Loading…
Cancel
Save