summaryrefslogtreecommitdiffstats
path: root/tests/metadata.py
diff options
context:
space:
mode:
authorJoakim Koljonen <koljonen@outlook.com>2017-07-07 16:44:00 +0200
committerJoakim Koljonen <koljonen@outlook.com>2017-07-07 17:22:21 +0200
commitd4396686a1444d82c7a251c0bc013e2bf1b82b39 (patch)
tree30d5bc6f0b1910008cab4ea60ccb83138f2013ca /tests/metadata.py
parent2341f500344c58a9a4ee10ab96a79ee3e42e9137 (diff)
Try to make linter happy 4
Diffstat (limited to 'tests/metadata.py')
-rw-r--r--tests/metadata.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/metadata.py b/tests/metadata.py
index f70d4472..8491aa3a 100644
--- a/tests/metadata.py
+++ b/tests/metadata.py
@@ -169,7 +169,6 @@ class MetaData(object):
return completers
-
def _make_col(self, sch, tbl, col):
defaults = self.metadata.get('defaults', {}).get(sch, {})
return (sch, tbl, col, 'text', (tbl, col) in defaults, defaults.get((tbl, col)))