Skip to content

Commit

Permalink
fix pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelweingartner committed Jun 11, 2024
1 parent efac7ad commit 522a6da
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion gnocchi/chef.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 0 additions & 1 deletion gnocchi/indexer/sqlalchemy_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 522a6da

Please sign in to comment.