sourabhzanwar commited on
Commit
66b30db
1 Parent(s): 974f253

removed line for changing v2 to v1 multiple times

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ def replace_string_in_files(folder_path, old_str, new_str):
24
  # status = f.readlines()
25
 
26
  #if status[-1] != 'changed':
27
- replace_string_in_files(module_file_path, 'from pydantic', 'from pydantic.v1')
28
  # with open('change_log.txt','w'):
29
  # f.write('changed')
30
 
 
24
  # status = f.readlines()
25
 
26
  #if status[-1] != 'changed':
27
+ #replace_string_in_files(module_file_path, 'from pydantic', 'from pydantic.v1')
28
  # with open('change_log.txt','w'):
29
  # f.write('changed')
30