We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfba719 commit 4ffd647Copy full SHA for 4ffd647
1 file changed
packages/bigframes/bigframes/core/events.py
@@ -22,8 +22,8 @@
22
23
import google.cloud.bigquery._job_helpers
24
import google.cloud.bigquery.job.query
25
-from google.cloud.bigquery.job.query import QueryPlanEntry
26
import google.cloud.bigquery.table
+from google.cloud.bigquery.job.query import QueryPlanEntry
27
28
import bigframes.session.executor
29
0 commit comments