Name correction

This commit is contained in:
Vivek Santayana 2022-06-11 11:33:06 +01:00
parent 9539ba22fe
commit 89788550fb

View File

@ -1,5 +1,5 @@
from .. import Config from .. import Config
from ..data import data_dir from ..data import data as data_dir
import json import json
def load(filename:str): def load(filename:str):