Skip to content

Commit

Permalink
Pylint complaining
Browse files Browse the repository at this point in the history
  • Loading branch information
0x9900 committed Nov 20, 2024
1 parent f9c3e40 commit 7f90975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sa818.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def version(self):
return version

def set_radio(self, frequency, offset, bw, squelch, ctcss, dcs, tail):
# pylint: disable=too-many-locals
# pylint: disable=too-many-locals,too-many-positional-arguments
tone = ctcss if ctcss else dcs
if tone: # 0000 = No ctcss or dcs tone
tx_tone, rx_tone = tone
Expand Down

0 comments on commit 7f90975

Please sign in to comment.