Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
* Add Iterator import
* Remove android_backup documentation as we have moved to use upstream lib
  • Loading branch information
rytilahti committed Nov 18, 2017
1 parent d04570a commit 1518210
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
import os
import sys
sys.path.insert(0, os.path.abspath('..'))
print(sys.path)

# -- General configuration ------------------------------------------------

Expand Down
8 changes: 0 additions & 8 deletions docs/miio.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,6 @@ miio\.airqualitymonitor module
:show-inheritance:
:undoc-members:

miio\.android\_backup module
----------------------------

.. automodule:: miio.android_backup
:members:
:show-inheritance:
:undoc-members:

miio\.ceil module
-----------------

Expand Down
1 change: 1 addition & 0 deletions miio/extract_tokens.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
from pprint import pformat as pf
import attr
from android_backup import AndroidBackup
from typing import Iterator

logging.basicConfig(level=logging.INFO)
_LOGGER = logging.getLogger(__name__)
Expand Down

0 comments on commit 1518210

Please sign in to comment.