Skip to content

Commit bb77d79

Browse files
fix: remove unused import from rate limit handler
1 parent b5df15f commit bb77d79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/contentstack-config/src/utils/rate-limit-handler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { cliux, configHandler, formatError } from '@contentstack/cli-utilities';
1+
import { cliux, configHandler } from '@contentstack/cli-utilities';
22
import { limitNamesConfig, defaultRalteLimitConfig } from '../utils/common-utilities';
33
import { Limit } from '../interfaces';
44

0 commit comments

Comments
 (0)