Skip to content

Commit

Permalink
Remove redundant/relative imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ejohb committed Aug 29, 2023
1 parent c641ba8 commit 6fecbec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haco/control.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def get_schema(cls):

def __init__(self, name, icon=None):

from device import Device
from haco.device import Device

self.name = name

Expand Down

0 comments on commit 6fecbec

Please sign in to comment.