mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Remove unused variable (PyChecker)
This commit is contained in:
parent
1f877ef199
commit
77f9caf633
3 changed files with 0 additions and 3 deletions
|
@ -185,7 +185,6 @@ class Stats:
|
|||
"""Expand all abbreviations that are unique."""
|
||||
if not self.sort_arg_dict:
|
||||
self.sort_arg_dict = dict = {}
|
||||
std_list = dict.keys()
|
||||
bad_list = {}
|
||||
for word in self.sort_arg_dict_default.keys():
|
||||
fragment = word
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue