Removing unused imports

pull/41/head
Stanley Goldman 6 years ago
parent 474fe34688
commit a3e2a47c75
No known key found for this signature in database
GPG Key ID: 7728F3B9BD13C8C3

@ -1,11 +1,9 @@
import * as fs from 'fs';
import * as os from 'os';
import * as path from 'path';
import * as core from '@actions/core';
import * as github from '@actions/github';
import * as xmlbuilder from 'xmlbuilder';
import * as xmlParser from 'fast-xml-parser';
import {booleanLiteral} from '@babel/types';
export function configAuthentication(
feedUrl: string,

Loading…
Cancel
Save