Skip to content

Commit 8477dc2

Browse files
committed
chore: clean unused
1 parent 0f06654 commit 8477dc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/shell.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { execCommand, getPrompt } from '../executor.js';
55
import { getAuthToken, login } from './auth.js';
66
import { PROJECT_NAME } from '../commons.js';
77
import ErrorModule from '../modules/ErrorModule.js';
8-
import putility, { AdvancedBase } from '@heyputer/putility';
8+
import putility from '@heyputer/putility';
99

1010
const config = new Conf({ projectName: PROJECT_NAME });
1111

0 commit comments

Comments
 (0)