LordXido commited on
Commit
1e507a8
·
verified ·
1 Parent(s): 8ab681c

Delete utils.py

Browse files
Files changed (1) hide show
  1. utils.py +0 -8
utils.py DELETED
@@ -1,8 +0,0 @@
1
- import json
2
-
3
- def load_data_sources():
4
- """
5
- Loads CodexByte commodity configuration.
6
- """
7
- with open("codexbyte_db.json", "r") as f:
8
- return json.load(f)