Remove assignment of unused variable
This commit is contained in:
parent
af37596d30
commit
af93c7ebde
1 changed files with 0 additions and 1 deletions
|
|
@ -27,7 +27,6 @@ class Dect:
|
|||
return next(self.fp.extensions.extensions_by_type("temp")).num
|
||||
|
||||
def load_temp_extensions(self):
|
||||
current_temp_extension = 0
|
||||
used_temp_extensions = self.c.find_users(lambda u: u.num.startswith(self.temp_num_prefix))
|
||||
for u in used_temp_extensions:
|
||||
temp_num = u.num
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue