From: Karl O. Pinc Date: Sun, 21 Oct 2018 23:28:15 +0000 (-0500) Subject: Fix flake8 unreferenced variable error X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=cfbb71ddb0ec4ec9e3e0ffe503977747ae5e30a7;p=pgwui_core Fix flake8 unreferenced variable error --- 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())