1 parent 266337a commit 3f7fbf1Copy full SHA for 3f7fbf1
1 file changed
sql_metadata/token.py
@@ -563,4 +563,4 @@ def find_nearest_token(
563
return EmptyToken
564
565
566
-EmptyToken = SQLToken()
+EmptyToken = SQLToken() # pylint: disable=invalid-name
0 commit comments