We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 585fe72 commit 8bb1809Copy full SHA for 8bb1809
sql/util/generate_chart_markup.py
@@ -1,7 +1,7 @@
1
import re
2
import os
3
-from googleapiclient.discovery import build # pylint: disable=import-error
4
-import google.auth # pylint: disable=import-error
+from googleapiclient.discovery import build # pylint: disable=import-error
+import google.auth # pylint: disable=import-error
5
6
# Configuration
7
SPREADSHEET_ID = '1Svyw40Th7VbigX6lpR1lb1WXwTUVKZWrK7O2YELrml4'
src/.gitignore
@@ -9,3 +9,4 @@ templates/sitemap.xml
9
static/html/
10
static/js/web-vitals.js
11
.coverage
12
+eng.traineddata
0 commit comments