Skip to content

Commit

Permalink
relative imports
Browse files Browse the repository at this point in the history
  • Loading branch information
faissaloux committed Jul 11, 2024
1 parent 20ca409 commit 02f6975
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion termspark/helpers/list.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from typing import Sequence, Union

from termspark.painter.modes.rgb import RGB
from ..painter.modes.rgb import RGB


class List:
Expand Down
2 changes: 1 addition & 1 deletion termspark/painter/mode_manager.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from importlib import import_module
from typing import Union

from termspark.painter.modes.mode import Mode
from .modes.mode import Mode


class ModeManager:
Expand Down

0 comments on commit 02f6975

Please sign in to comment.