libokj commited on
Commit
306f12f
·
1 Parent(s): 764e1f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -14,7 +14,6 @@ from deepscreen.predict import predict
14
  sys.path.append(os.path.join(RDConfig.RDContribDir, 'SA_Score'))
15
  import sascorer
16
 
17
- pathlib.PosixPath = pathlib.WindowsPath
18
  ROOT = Path.cwd()
19
 
20
  # TODO refactor caching with LRU
 
14
  sys.path.append(os.path.join(RDConfig.RDContribDir, 'SA_Score'))
15
  import sascorer
16
 
 
17
  ROOT = Path.cwd()
18
 
19
  # TODO refactor caching with LRU