Skip to content

Commit 2ae421a

Browse files
authored
Merge pull request #76 from sinricpro/4.0.0-dev
fix: path
2 parents 5f16289 + 8c9c15c commit 2ae421a

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

examples/customdevice/customdevice_example.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,8 @@
77

88
import asyncio
99
import os
10-
import sys
11-
from pathlib import Path
1210
from typing import Any
1311

14-
sys.path.insert(0, str(Path(__file__).parent.parent.parent))
15-
1612
from sinricpro import SinricPro, SinricProCustomDevice, SinricProConfig
1713

1814
# Device ID from SinricPro portal

0 commit comments

Comments
 (0)