From 8c9c15c1e95986bbfbdc8f9a42a33084b8b8d197 Mon Sep 17 00:00:00 2001 From: Aruna Tennakoon Date: Thu, 27 Nov 2025 17:37:13 +0700 Subject: [PATCH] fix: path --- examples/customdevice/customdevice_example.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/examples/customdevice/customdevice_example.py b/examples/customdevice/customdevice_example.py index 624fc4a..93a32ca 100644 --- a/examples/customdevice/customdevice_example.py +++ b/examples/customdevice/customdevice_example.py @@ -7,12 +7,8 @@ import asyncio import os -import sys -from pathlib import Path from typing import Any -sys.path.insert(0, str(Path(__file__).parent.parent.parent)) - from sinricpro import SinricPro, SinricProCustomDevice, SinricProConfig # Device ID from SinricPro portal