Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tobymao committed Mar 2, 2024
1 parent 19e07f3 commit b420ba9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions sqlglot/dialects/prql.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@

import typing as t

from sqlglot import exp, generator, parser, tokens, transforms
from sqlglot import exp, generator, parser, tokens
from sqlglot.dialects.dialect import Dialect
from sqlglot.tokens import TokenType


class PRQL(Dialect):

class Tokenizer(tokens.Tokenizer):
IDENTIFIERS = ["`"]

Expand Down

0 comments on commit b420ba9

Please sign in to comment.