Skip to content

Commit

Permalink
flake8 tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
iluvcapra committed Apr 11, 2024
1 parent 872b102 commit 50d0651
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions examples/spot_sound.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
import sys

import ptsl
from ptsl import open_engine, CommandError
from ptsl import open_engine
# from ptsl.PTSL_pb2 import PT_NoOpenedSession
# import ptsl.PTSL_pb2 as pt

with open_engine(application_name=sys.argv[0],
company_name=ptsl.__name__) as engine:

pass




0 comments on commit 50d0651

Please sign in to comment.