clean up unused Python imports (#454)
* Remove unused python imports These changes have been auto-generated with: pip3 install isort autoflake isort -rc -sl . autoflake --remove-all-unused-imports -i -r . isort -rc -m 3 . Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org> * python: remove redundant parenthesis Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
This commit is contained in:
committed by
GitHub
parent
50f397b249
commit
d84179e42f
@@ -15,10 +15,10 @@
|
||||
|
||||
import sys
|
||||
|
||||
from google.rpc import status_pb2, code_pb2
|
||||
import grpc
|
||||
from google.rpc import code_pb2, status_pb2
|
||||
from p4.v1 import p4runtime_pb2
|
||||
from p4.v1 import p4runtime_pb2_grpc
|
||||
|
||||
|
||||
# Used to indicate that the gRPC error Status object returned by the server has
|
||||
# an incorrect format.
|
||||
|
||||
Reference in New Issue
Block a user