From 522a6daf449733b0d3774ac66f2685c00a62134a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Weing=C3=A4rtner?= Date: Tue, 11 Jun 2024 09:00:30 -0300 Subject: [PATCH] fix pep8 --- gnocchi/chef.py | 1 - gnocchi/indexer/sqlalchemy_base.py | 1 - 2 files changed, 2 deletions(-) diff --git a/gnocchi/chef.py b/gnocchi/chef.py index 861097e31..39dd05db7 100644 --- a/gnocchi/chef.py +++ b/gnocchi/chef.py @@ -52,7 +52,6 @@ def __init__(self, coord, incoming, index, storage): self.index = index self.storage = storage - def resource_ended_at_normalization(self, metric_inactive_after): """Marks resources as ended at if needed. diff --git a/gnocchi/indexer/sqlalchemy_base.py b/gnocchi/indexer/sqlalchemy_base.py index 7f5ebd7b0..65d77e9d3 100644 --- a/gnocchi/indexer/sqlalchemy_base.py +++ b/gnocchi/indexer/sqlalchemy_base.py @@ -14,7 +14,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -import datetime from oslo_db.sqlalchemy import models import sqlalchemy