Skip to content
Snippets Groups Projects
Commit 43c55843 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Remove unused import

parent 6688f7c5
No related branches found
No related tags found
No related merge requests found
Pipeline #16050 passed
......@@ -5,7 +5,6 @@ import child_process from 'child_process';
import resolve from '@rollup/plugin-node-resolve';
import selfsigned from 'selfsigned';
import findCacheDir from 'find-cache-dir';
import { assert } from 'console';
export function getBuildInfo(build) {
let remote = child_process.execSync('git config --get remote.origin.url').toString().trim();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment