changeset 564:c8e63e919a90

Fixes issues found by pyflakes.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 28 Sep 2020 14:48:51 +0200
parents 5ec211c172ed
children 2c6ff55be046
files getan/backend.py getan/project.py
diffstat 2 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)