Skip to content

Commit

Permalink
Fix flake8 complaints
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Arndt <[email protected]>
  • Loading branch information
SpotlightKid committed Apr 15, 2019
1 parent 2965fa0 commit cc81962
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jacklib-examples/list_all_port_properties.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
for prop in properties:
print("{p.key}: {p.value} (type: {p.type})".format(p=prop))

jacklib.client_close(client)
jacklib.client_close(client)
2 changes: 1 addition & 1 deletion jacklib-examples/list_all_properties.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@

print('')

jacklib.client_close(client)
jacklib.client_close(client)
1 change: 0 additions & 1 deletion jacklib-examples/list_port_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# -*- coding: utf-8 -*-

import sys
from itertools import chain

from jackmatchmaker import jacklib
from jackmatchmaker.jacklib_helpers import c_char_p_p_to_list, get_jack_status_error_string
Expand Down

0 comments on commit cc81962

Please sign in to comment.