projects
/
pgwui_core
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb29b4d
)
Fix flake8 unreferenced variable error
author
Karl O. Pinc
<kop@meme.com>
Sun, 21 Oct 2018 23:28:15 +0000
(18:28 -0500)
committer
Karl O. Pinc
<kop@meme.com>
Sun, 21 Oct 2018 23:58:53 +0000
(18:58 -0500)
src/pgwui_core/pgwui_core.py
patch
|
blob
|
history
diff --git
a/src/pgwui_core/pgwui_core.py
b/src/pgwui_core/pgwui_core.py
index 1ad4a1553b46ff4382638e4933f7642f994118a1..ff8421637645192ead9e77b063cd63e4396e9e4c 100644
(file)
--- 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())