WICKED4950 commited on
Commit
0036538
·
verified ·
1 Parent(s): f05c60a

Delete take_data.py

Browse files
Files changed (1) hide show
  1. take_data.py +0 -6
take_data.py DELETED
@@ -1,6 +0,0 @@
1
- import json
2
-
3
- with open(path, "r") as file:
4
- data = json.load(file)
5
-
6
- print(json.dump(data, indent=4))