Skip to content

Commit e0bc3cc

Browse files
committed
Add .flake8 configuration for flake8 linting and clean up restore_data notebook
1 parent 65518f1 commit e0bc3cc

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/linters/.flake8

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[flake8]
2+
extend-ignore = E501

workspace/restore_data.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"source": [
1010
"\"\"\"Utilities for restoring deleted BigQuery datasets and tables.\"\"\"\n",
1111
"from google.cloud import bigquery\n",
12+
"\n",
1213
"client = bigquery.Client()\n"
1314
]
1415
},

0 commit comments

Comments
 (0)