Skip to content

Commit

Permalink
Remove doubled up imports to fix linting (move-coop#982)
Browse files Browse the repository at this point in the history
  • Loading branch information
austinweisgrau authored Jan 31, 2024
1 parent e515096 commit 9da2ebc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions parsons/google/google_bigquery.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,11 @@
from contextlib import contextmanager
from typing import List, Optional, Union

import google
import petl
from google.cloud import bigquery, exceptions
from google.cloud.bigquery import dbapi
from google.cloud.bigquery.job import LoadJobConfig
from google.cloud import exceptions
import google
import petl
from contextlib import contextmanager

from parsons.databases.database_connector import DatabaseConnector
from parsons.databases.table import BaseTable
Expand Down

0 comments on commit 9da2ebc

Please sign in to comment.