Skip to content

Commit

Permalink
code quality
Browse files Browse the repository at this point in the history
  • Loading branch information
alpha-xone committed Jan 1, 2021
1 parent a56afa7 commit 64ab70e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xone/xql.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def select(table: str, cond='', **kwargs) -> str:
>>> q3.splitlines()[-2].strip()
'price > 3000'
>>> select('daily')
'SELECT * FROM daily'
'SELECT * FROM `daily`'
"""
all_cond = [cond] + [
f'{key}={db_value(value)}'
Expand Down

0 comments on commit 64ab70e

Please sign in to comment.