Skip to content

Commit

Permalink
Use relative import
Browse files Browse the repository at this point in the history
  • Loading branch information
l0drex committed Jan 16, 2024
1 parent c7e7ee6 commit 94bfeb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yin_yang/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from psutil import process_iter, NoSuchProcess
from suntime import Sun, SunTimeException

from position import get_current_location
from .position import get_current_location
from .meta import Modes, Desktop, PluginKey, ConfigEvent
from .plugins import get_plugins

Expand Down

0 comments on commit 94bfeb9

Please sign in to comment.