Skip to content

Commit

Permalink
pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
attdona committed Oct 3, 2017
1 parent a057c77 commit 881a6f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/board_log.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"""
import asyncio
import sys
import click
import logging
import click


logging.basicConfig(
Expand Down Expand Up @@ -36,6 +36,6 @@ def main(port):
"""
asyncio.get_event_loop().run_until_complete(handler(port))


# pylint: disable=E1120
if __name__ == "__main__":
main()

0 comments on commit 881a6f8

Please sign in to comment.