mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-10-14 19:38:02 +00:00
Enable Windows & OSX builds (#31)
* Enable Windows & OSX builds * Add pypy for ubuntu * Fix isort * Disable PyPy typed-ast building fails due to a missing header ast27/Parser/tokenizer.c:17:10: fatal error: codecs.h: No such file or directory
This commit is contained in:
@@ -11,12 +11,12 @@ Stroetmann which is licensed under the Apache License, Version 2.0.
|
||||
You may obtain a copy of the license at
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
"""
|
||||
from collections import defaultdict
|
||||
from datetime import datetime, timedelta
|
||||
from enum import Enum
|
||||
import functools
|
||||
import inspect
|
||||
import logging
|
||||
from collections import defaultdict
|
||||
from datetime import datetime, timedelta
|
||||
from enum import Enum
|
||||
from typing import Any, Dict, Optional
|
||||
|
||||
from kasa.protocol import TPLinkSmartHomeProtocol
|
||||
|
Reference in New Issue
Block a user