Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
Change-Id: If7b90925c51b739a293fad737c8ab6919b3f7eae
  • Loading branch information
Jon Wayne Parrott authored and shollyman committed Jul 22, 2020
1 parent 5fc635b commit 4e6526f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion samples/snippets/load_data_from_file_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.

import load_data_from_file
import pytest

import load_data_from_file

DATASET_ID = 'test_dataset'
TABLE_ID = 'test_import_table'

Expand Down
1 change: 1 addition & 0 deletions samples/snippets/snippets_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

from gcloud import bigquery
import pytest

import snippets


Expand Down

0 comments on commit 4e6526f

Please sign in to comment.