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
@@ -12,14 +12,13 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
#
|
||||
from queue import Queue
|
||||
from abc import abstractmethod
|
||||
from datetime import datetime
|
||||
from queue import Queue
|
||||
|
||||
import grpc
|
||||
from p4.v1 import p4runtime_pb2
|
||||
from p4.v1 import p4runtime_pb2_grpc
|
||||
from p4.tmp import p4config_pb2
|
||||
from p4.v1 import p4runtime_pb2, p4runtime_pb2_grpc
|
||||
|
||||
MSG_LOG_MAX_LEN = 1024
|
||||
|
||||
|
||||
Reference in New Issue
Block a user