Skip to content

Commit 8edfa56

Browse files
committed
flake8
1 parent 5a4af3b commit 8edfa56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

qiita_db/search.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@
6565
from pyparsing import (alphas, nums, Word, dblQuotedString, oneOf, Optional,
6666
opAssoc, CaselessLiteral, removeQuotes, Group,
6767
operatorPrecedence, stringEnd)
68-
from collections import Counter, defaultdict
68+
from collections import defaultdict
6969

7070
import pandas as pd
71-
from future.utils import viewitems, viewvalues
71+
from future.utils import viewitems
7272

7373
from qiita_db.util import scrub_data, convert_type, get_table_cols
7474
from qiita_db.sql_connection import SQLConnectionHandler

0 commit comments

Comments
 (0)