m7n commited on
Commit
9c57eb7
·
1 Parent(s): 6bef292

Remove unnecessary commented-out code in app.py to enhance clarity and maintainability.

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -7,6 +7,8 @@ print(f"Starting up: {time.strftime('%Y-%m-%d %H:%M:%S')}")
7
  import os
8
 
9
  #Enforce local cching:
 
 
10
  # os.makedirs("./pip_cache", exist_ok=True)
11
  # Pip:
12
  # os.makedirs("./pip_cache", exist_ok=True)
 
7
  import os
8
 
9
  #Enforce local cching:
10
+
11
+
12
  # os.makedirs("./pip_cache", exist_ok=True)
13
  # Pip:
14
  # os.makedirs("./pip_cache", exist_ok=True)