benjolo commited on
Commit
ebe4c1a
·
verified ·
1 Parent(s): 0f62fc1

Delete backend/test.py

Browse files
Files changed (1) hide show
  1. backend/test.py +0 -6
backend/test.py DELETED
@@ -1,6 +0,0 @@
1
- import os
2
-
3
- def absoluteFilePaths(directory):
4
- for dirpath,_,filenames in os.walk(directory):
5
- for f in filenames:
6
- yield os.path.abspath(os.path.join(dirpath, f))