Skip to content

Commit

Permalink
resolved import issue
Browse files Browse the repository at this point in the history
Signed-off-by: Himani1519 <[email protected]>
  • Loading branch information
Himani1519 committed Nov 7, 2023
1 parent 9efca25 commit c2fd694
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
This program and the accompanying materials are
made available under the terms of the Eclipse Public License v2.0 which accompanies
this distribution, and is available at https://www.eclipse.org/legal/epl-v20.html
SPDX-License-Identifier: EPL-2.0
Copyright Contributors to the Zowe Project.
*/

Expand Down
4 changes: 2 additions & 2 deletions utils/install-app.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
This program and the accompanying materials are
made available under the terms of the Eclipse Public License v2.0 which accompanies
this distribution, and is available at https://www.eclipse.org/legal/epl-v20.html
SPDX-License-Identifier: EPL-2.0
Copyright Contributors to the Zowe Project.
*/

Expand Down
5 changes: 3 additions & 2 deletions utils/packaging-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,17 @@
This program and the accompanying materials are
made available under the terms of the Eclipse Public License v2.0 which accompanies
this distribution, and is available at https://www.eclipse.org/legal/epl-v20.html
SPDX-License-Identifier: EPL-2.0
Copyright Contributors to the Zowe Project.
*/

import path from 'path';
import Promise from 'bluebird';
import fs from 'graceful-fs';
//assuming that this is file isnt being called from another that is already using the logger... else expect strange logs
// eslint-disable-next-line import/no-unresolved
import { logging } from '../../zlux-shared/src/logging/logger.js';
const coreLogger = new logging.Logger();
//simple program, no need for logger names to be displayed
Expand Down
6 changes: 0 additions & 6 deletions utils/yamlConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@
Copyright Contributors to the Zowe Project.
*/







import * as fs from 'fs';
import * as path from 'path';
import * as _ from 'lodash';
Expand Down

0 comments on commit c2fd694

Please sign in to comment.