Skip to content

Commit

Permalink
Update file.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SpyzzVVarun committed Oct 5, 2022
1 parent fabc46c commit a8cabcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/file.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from rich.console import Console
from rich.table import Table
import re
from ..constants import SCHEMA_DEFAULTS_PATH
from src.constants import SCHEMA_DEFAULTS_PATH

def load_json(path, **rest):
with open(path, "r") as f:
Expand Down

0 comments on commit a8cabcc

Please sign in to comment.