Skip to content

Commit

Permalink
Fixed linting errors found with flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
kb1lqc committed Mar 11, 2018
1 parent 29425a0 commit 43565ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions faradayio_cli/faradayio_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def setupArgparse():
# Parse and return arguments
return parser.parse_args()


def checkUserInput(args):
"""Checks user input for validity
Expand Down Expand Up @@ -131,8 +132,6 @@ def checkUserInput(args):
raise ValueError("write timeout must be a positive value")




def setupSerialPort(loopback, port, baud, readtimeout, writetimeout):
"""Sets up serial port by connecting to phsyical or software port.
Expand Down

0 comments on commit 43565ef

Please sign in to comment.