Skip to content

Commit

Permalink
(tweak) Fix unneeded ref
Browse files Browse the repository at this point in the history
  • Loading branch information
dfgHiatus committed Oct 3, 2024
1 parent d1f8dcd commit 58420da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BabbleApp/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import os.path
import shutil

from BabbleApp.utils.misc_utils import EnsurePath
from utils.misc_utils import EnsurePath
from tab import Tab
from pydantic import BaseModel
from typing import Union
Expand Down

0 comments on commit 58420da

Please sign in to comment.