mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-10-14 03:18:26 +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:
@@ -2,8 +2,8 @@
|
||||
import asyncio
|
||||
import json
|
||||
import logging
|
||||
from pprint import pformat as pf
|
||||
import re
|
||||
from pprint import pformat as pf
|
||||
|
||||
import click
|
||||
|
||||
|
Reference in New Issue
Block a user