summaryrefslogtreecommitdiffstats
path: root/tests/test_expanded.py
diff options
context:
space:
mode:
authorkoljonen <koljonen@outlook.com>2016-05-15 19:41:30 +0200
committerkoljonen <koljonen@outlook.com>2016-05-15 19:41:30 +0200
commit838d4f6950dacc6c6631a05de413ecb0531dfa27 (patch)
treede9e10a417813d63307a38196af1dabd401a3e09 /tests/test_expanded.py
parent30727196ed68a97b7b14b3bfd457337c4a7103ec (diff)
Remove dead code and fix a broken test (all found by Codacy)
Diffstat (limited to 'tests/test_expanded.py')
-rw-r--r--tests/test_expanded.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_expanded.py b/tests/test_expanded.py
index 4025dfa4..e1b61a1d 100644
--- a/tests/test_expanded.py
+++ b/tests/test_expanded.py
@@ -1,5 +1,4 @@
from pgcli.packages.expanded import expanded_table
-import pytest
def test_expanded_table_renders():
input = [("hello", 123),("world", 456)]