Skip to content

Commit 8bb1809

Browse files
committed
lint
1 parent 585fe72 commit 8bb1809

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

sql/util/generate_chart_markup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import re
22
import os
3-
from googleapiclient.discovery import build # pylint: disable=import-error
4-
import google.auth # pylint: disable=import-error
3+
from googleapiclient.discovery import build # pylint: disable=import-error
4+
import google.auth # pylint: disable=import-error
55

66
# Configuration
77
SPREADSHEET_ID = '1Svyw40Th7VbigX6lpR1lb1WXwTUVKZWrK7O2YELrml4'

src/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ templates/sitemap.xml
99
static/html/
1010
static/js/web-vitals.js
1111
.coverage
12+
eng.traineddata

0 commit comments

Comments
 (0)