# HG changeset patch # User Sascha L. Teichmann # Date 1601297331 -7200 # Node ID c8e63e919a90aab55f434d227fced11bd1124cc1 # Parent 5ec211c172edf34592e52bd91ef97791a19e49f9 Fixes issues found by pyflakes. diff -r 5ec211c172ed -r c8e63e919a90 getan/backend.py --- a/getan/backend.py Tue Sep 22 17:30:02 2020 +0200 +++ b/getan/backend.py Mon Sep 28 14:48:51 2020 +0200 @@ -314,7 +314,6 @@ def load_recover(self): """If there is an entry in the recovery table, the entry is moved to its project.""" - cor = None try: cur = self.con.cursor() # Creates the recover table if it does not exist to make old diff -r 5ec211c172ed -r c8e63e919a90 getan/project.py --- a/getan/project.py Tue Sep 22 17:30:02 2020 +0200 +++ b/getan/project.py Mon Sep 28 14:48:51 2020 +0200 @@ -13,7 +13,6 @@ # This is Free Software licensed unter the terms of GPLv3 or later. # For details see LICENSE coming with the source of 'getan'. -import locale import re from datetime import datetime, timedelta