[flake8](http://flake8.pycqa.org) testing of https://github.com/google/python-adb on Python 3.6.3 $ __flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics__ ``` ./adb/adb_commands.py:295:36: F821 undefined name 'file' elif isinstance(dest_file, file): ^ ./adb/common.py:207:48: F821 undefined name 'SYSFS_PORT_SPLIT_RE' port_path = [int(part) for part in SYSFS_PORT_SPLIT_RE.split(port_path)] ^ ./adb/filesync_protocol.py:142:87: F821 undefined name 'file' total_bytes = os.fstat(datafile.fileno()).st_size if isinstance(datafile, file) else -1 ^ 3 F821 undefined name 'file' 3 ```
flake8 testing of https://github.com/google/python-adb on Python 3.6.3
$ flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics