From a3e2a47c755a91d709e7465b54705bbcdc35b157 Mon Sep 17 00:00:00 2001 From: Stanley Goldman Date: Fri, 8 Nov 2019 11:24:36 -0500 Subject: [PATCH] Removing unused imports --- src/authutil.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/authutil.ts b/src/authutil.ts index d1a6992..b36f21f 100644 --- a/src/authutil.ts +++ b/src/authutil.ts @@ -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,