From 39b6c63061458680d2ae23978b292c94ea23305c Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Mon, 11 Mar 2024 21:34:45 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot=20post-p?= =?UTF-8?q?rocessor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- bigframes/operations/_matplotlib/core.py | 1 + bigframes/operations/plotting.py | 1 + 2 files changed, 2 insertions(+) diff --git a/bigframes/operations/_matplotlib/core.py b/bigframes/operations/_matplotlib/core.py index 6d1722003f..4b15d6f4dd 100644 --- a/bigframes/operations/_matplotlib/core.py +++ b/bigframes/operations/_matplotlib/core.py @@ -13,6 +13,7 @@ # limitations under the License. import abc + import matplotlib.pyplot as plt diff --git a/bigframes/operations/plotting.py b/bigframes/operations/plotting.py index ec173c1581..4d7972a166 100644 --- a/bigframes/operations/plotting.py +++ b/bigframes/operations/plotting.py @@ -18,6 +18,7 @@ import bigframes.operations._matplotlib as plotbackend import third_party.bigframes_vendored.pandas.plotting._core as vendordt + class PlotAccessor: __doc__ = vendordt.PlotAccessor.__doc__