adbpy/transport-protocol

View on GitHub

Showing 12 of 12 total issues

Missing whitespace around parameter equals
Open

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

Missing whitespace around parameter equals
Open

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

Missing whitespace around parameter equals
Open

def write(self, message, timeout: hints.Timeout=timeouts.UNDEFINED) -> None:
Severity: Minor
Found in adbtp/protocol.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/protocol.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/sync.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 write(self, message, timeout: hints.Timeout=timeouts.UNDEFINED):
Severity: Minor
Found in adbtp/sync.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 read(self, timeout: hints.Timeout=timeouts.UNDEFINED):
Severity: Minor
Found in adbtp/protocol.py by pep8

Missing whitespace around parameter equals
Open

def write(self, message, timeout: hints.Timeout=timeouts.UNDEFINED) -> None:
Severity: Minor
Found in adbtp/protocol.py by pep8
Severity
Category
Status
Source
Language