# HG changeset patch # User Zachary T Welch zach@mandolincreekfarm.com # Fake Node ID b2c1a57defead31d8f9232fd24cec77e6ff51693
Fix style issues in ict8.py (#2355)
diff --git a/chirp/drivers/ict8.py b/chirp/drivers/ict8.py index ea3d82a..742bc73 100644 --- a/chirp/drivers/ict8.py +++ b/chirp/drivers/ict8.py @@ -42,6 +42,7 @@ struct flags flags[100]; DUPLEX = ["", "", "-", "+"] TMODES = ["", "", "Tone", "TSQL"]
+ @directory.register class ICT8ARadio(icf.IcomCloneModeRadio): """Icom IC-T8A""" diff --git a/tools/cpep8.blacklist b/tools/cpep8.blacklist index 9e6f852..31d7067 100644 --- a/tools/cpep8.blacklist +++ b/tools/cpep8.blacklist @@ -1,7 +1,6 @@ # cpep8.blacklist: The list of files that do not meet PEP8 standards. # DO NOT ADD NEW FILES!! Instead, fix the code to be compliant. # Over time, this list should shrink and (eventually) be eliminated. -./chirp/drivers/ict8.py ./chirp/drivers/icw32.py ./chirp/drivers/icx8x.py ./chirp/drivers/icx8x_ll.py