forked from linuxmint/hypnotix
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* statement ends with a semicolon * ambiguous variable name * local variable _fmt is assigned to but never used * local variable e is assigned to but never used * statement ends with a semicolon * over-indented * local variable cval is assigned to but never used * local variable ex is assigned to but never used * over-indented * 'gi.repository.XApp' imported but unused * comparison to None should be 'if cond is None:' * comparison to None should be 'if cond is not None:' * test for membership should be 'not in' * do not use bare 'except' * local variable shift is assigned to but never used * comparison to False/True should be 'if cond is False/True:' * do not use bare 'except' * local variable dt is assigned to but never used * local variable season_key is assigned to but never used * local variable e is assigned to but never used * "self" is not defined * XApp is needed * unused variables are back, unwanted formatting
- Loading branch information
Showing
4 changed files
with
390 additions
and
302 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.