adbpy/transport-protocol

View on GitHub
adbtp/async.py

Summary

Maintainability
A
0 mins
Test Coverage

Showing 4 of 4 total issues

Missing whitespace around parameter equals
Open

def write(self, message, timeout: hints.Timeout=timeouts.UNDEFINED):
Severity: Minor
Found in adbtp/async.py by pep8

Missing whitespace around parameter equals
Open

def read(self, timeout: hints.Timeout=timeouts.UNDEFINED):
Severity: Minor
Found in adbtp/async.py by pep8

Missing whitespace around parameter equals
Open

def write(self, message, timeout: hints.Timeout=timeouts.UNDEFINED):
Severity: Minor
Found in adbtp/async.py by pep8

Missing whitespace around parameter equals
Open

def read(self, timeout: hints.Timeout=timeouts.UNDEFINED):
Severity: Minor
Found in adbtp/async.py by pep8

There are no issues that match your filters.

Category
Status