Skip to content

Commit

Permalink
ci: Fix linting issue on master (no-changelog) (#6232)
Browse files Browse the repository at this point in the history
  • Loading branch information
netroy committed May 15, 2023
1 parent 3a36ca1 commit 0e73e90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/cli/src/commands/BaseCommand.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { Command } from '@oclif/command';
import { ExitError } from '@oclif/errors';
import { Container } from 'typedi';
import type { INodeTypes } from 'n8n-workflow';
import { LoggerProxy, ErrorReporterProxy as ErrorReporter, sleep } from 'n8n-workflow';
import type { IUserSettings } from 'n8n-core';
import { BinaryDataManager, UserSettings } from 'n8n-core';
Expand Down

0 comments on commit 0e73e90

Please sign in to comment.