marcelomoreno26 commited on
Commit
cd28c0f
1 Parent(s): d64e173

Update preprocessor.py

Browse files
Files changed (1) hide show
  1. preprocessor.py +0 -1
preprocessor.py CHANGED
@@ -6,7 +6,6 @@ from io import BytesIO
6
 
7
  def detect_file_type(file_path):
8
  type = file_path[-3:]
9
- print(type)
10
  if type in ["txt","zip"]:
11
  return type
12
  else:
 
6
 
7
  def detect_file_type(file_path):
8
  type = file_path[-3:]
 
9
  if type in ["txt","zip"]:
10
  return type
11
  else: