Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
mbektas committed Mar 16, 2022
1 parent b49d137 commit 2fa6101
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/main/registry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -512,10 +512,7 @@ export class Registry implements IRegistry {
Registry.COMMON_CONDA_LOCATIONS
);

let allCondas = [
pathCondas,
commonCondas
];
let allCondas = [pathCondas, commonCondas];

// add bundled conda env to the list of base conda envs
const bundledEnvPath = path.join(dirname(app.getAppPath()), 'jlab_server');
Expand Down

0 comments on commit 2fa6101

Please sign in to comment.