Skip to content

Commit 3f7fbf1

Browse files
committed
Make linter happy
Ignore the following: sql_metadata/token.py:566:0: C0103: Constant name "EmptyToken" doesn't conform to UPPER_CASE naming style (invalid-name)
1 parent 266337a commit 3f7fbf1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sql_metadata/token.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,4 +563,4 @@ def find_nearest_token(
563563
return EmptyToken
564564

565565

566-
EmptyToken = SQLToken()
566+
EmptyToken = SQLToken() # pylint: disable=invalid-name

0 commit comments

Comments
 (0)