Skip to content

Commit

Permalink
Removing unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanley Goldman authored and Stanley Goldman committed Nov 8, 2019
1 parent 474fe34 commit a3e2a47
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/authutil.ts
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit a3e2a47

Please sign in to comment.