Skip to content

Commit

Permalink
Code cleanliness
Browse files Browse the repository at this point in the history
Code cleanliness
  • Loading branch information
sujiplr committed Feb 21, 2022
1 parent 4c7ec51 commit ee37d94
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions superset/db_engine_specs/mssql.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ class MssqlEngineSpec(BaseEngineSpec):
max_column_name_length = 128
allows_cte_in_subquery = False
allow_limit_clause = False
select_keywords = {"SELECT"}
top_keywords = {"TOP"}

_time_grain_expressions = {
None: "{col}",
Expand Down

0 comments on commit ee37d94

Please sign in to comment.