Minor code reorg

This commit is contained in:
Eric Amodio
2020-06-29 15:16:08 -04:00
parent 2183e2db8a
commit 6a6876b023
6 changed files with 42 additions and 32 deletions
+1 -1
View File
@@ -7,8 +7,8 @@ import { authentication, AuthenticationSession, Disposable, Event, EventEmitter,
import { graphql } from '@octokit/graphql';
import { Octokit } from '@octokit/rest';
import { fromGitHubUri } from './fs';
import { ContextStore } from '../contextStore';
import { Iterables } from '../iterables';
import { ContextStore } from '../stores';
export const shaRegex = /^[0-9a-f]{40}$/;