Commit
·
6ec3347
1
Parent(s):
77d2366
updateed app.py, added file to check if v1 is already changed
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@
|
|
24 |
# status = f.readlines()
|
25 |
|
26 |
#if status[-1] != 'changed':
|
27 |
-
|
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 |
|