From cfbb71ddb0ec4ec9e3e0ffe503977747ae5e30a7 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Sun, 21 Oct 2018 18:28:15 -0500 Subject: [PATCH] Fix flake8 unreferenced variable error --- src/pgwui_core/pgwui_core.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pgwui_core/pgwui_core.py b/src/pgwui_core/pgwui_core.py index 1ad4a15..ff84216 100644 --- a/src/pgwui_core/pgwui_core.py +++ b/src/pgwui_core/pgwui_core.py @@ -1601,8 +1601,6 @@ class DBConnector(object): havecreds = False response = {} - uf = self.uh.uf - if self.db == '': errors.append(self.nodberror_factory()) -- 2.34.1