bpo-33908: Remove two superfluous assignments (GH-7116)

Signed-off-by: Srinivas Reddy Thatiparthy <thatiparthysreenivas@gmail.com>
This commit is contained in:
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) 2018-06-20 10:37:31 +05:30 committed by Xiang Zhang
parent 06e2029dfa
commit acdc660efc
2 changed files with 0 additions and 2 deletions

View file

@ -96,7 +96,6 @@ class ReDemo:
flags = 0
for var in self.vars:
flags = flags | var.get()
flags = flags
return flags
def recompile(self, event=None):