Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
gituser789 committed Jul 22, 2024
1 parent 6459ba4 commit 7c37585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/remote_geckocircuits_example.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
"""Example to show how to control GeckoCircuits from python."""
import pygeckocircuits2 as pgc
import logging

# logging introduction:
# to see no debug information (quiet program while running), comment this lines
# if you want to see detailed information about the program messages, set the level to DEBUG.
# the default logging level is WARNING
# available logging levels: DEBUG (All details), WARNING, ERROR, CRITICAL (Show only critical errors)
# import logging
# logging.basicConfig(format='%(levelname)s,%(asctime)s:%(message)s', encoding='utf-8')
# logging.getLogger('pygeckocircuits2').setLevel(logging.WARNING)

Expand Down

0 comments on commit 7c37585

Please sign in to comment.