Skip to content

Commit

Permalink
Fix lint issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
josiah-tesfu committed Sep 20, 2023
1 parent 182e167 commit 3f03712
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions client_rpc_channel/.pylintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[MASTER]
ignore-patterns=.*pb2.py

[MESSAGES CONTROL]
disable=fixme
2 changes: 2 additions & 0 deletions client_rpc_channel/client_rpc_channel.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'''Client RPC Channel implementation'''

import logging
from google.protobuf import service
import zmq
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = edgepi-rpc-client
version = 0.0.1
version = 0.0.2
author = Josiah Kievit, Isaac James
author_email = [email protected], [email protected]
description = Client for EdgePi RPC Server
Expand Down

0 comments on commit 3f03712

Please sign in to comment.