Skip to content

Commit

Permalink
remove path and fs
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaloney111 committed May 13, 2024
1 parent a4cc165 commit 8c8f6ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

a = Analysis(
['api\\app.py'],
pathex=['C:\\Users\\camer\\anaconda3\\envs\\LinguifAI\\Lib\\site-packages', 'C:\\Users\\camer\\AppData\\Roaming\\Python\\Python310\\site-packages\\sklearn'],
binaries=[],
pathex=[],
binaries=[], # pathex=['C:\\Users\\camer\\anaconda3\\envs\\LinguifAI\\Lib\\site-packages', 'C:\\Users\\camer\\AppData\\Roaming\\Python\\Python310\\site-packages\\sklearn'],
datas=[],
hiddenimports=['sklearn'],
hookspath=[],
Expand Down
3 changes: 0 additions & 3 deletions public/electron.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ const child_process = require('child_process');

let flaskProcess;

const path = require('path');
const fs = require('fs');

function searchForAppExe(directory) {
const files = fs.readdirSync(directory);

Expand Down

0 comments on commit 8c8f6ef

Please sign in to comment.