Skip to content

Commit

Permalink
remove invalid @ts-expect-error
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Jul 27, 2020
1 parent 76cd47c commit 3040ac7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/dev/build/tasks/os_packages/docker_generator/run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,9 @@ import { promisify } from 'util';

import { ToolingLog } from '@kbn/dev-utils';

import { write, copyAll, mkdirp, exec, Config, Build } from '../../../lib';
import * as dockerTemplates from './templates';
import { TemplateContext } from './template_context';
import { write, copyAll, mkdirp, exec, Config, Build } from '../../../lib';

// @ts-expect-error not ts yet
import { bundleDockerFiles } from './bundle_dockerfiles';

const accessAsync = promisify(access);
Expand Down

0 comments on commit 3040ac7

Please sign in to comment.