Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 5, 2024
1 parent 999b183 commit c247f4f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions images/analytics-publisher/archiver.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Read event logs from stackdriver & export them to Google Cloud Storage
"""

import argparse
import json
import tempfile
Expand Down
1 change: 1 addition & 0 deletions images/analytics-publisher/cloudcosts.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Produces daily summaries of GCP spending data.
"""

import argparse
import csv
import io
Expand Down
1 change: 1 addition & 0 deletions tests/test_http.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Basic HTTP tests to make sure things are running"""

import pprint

import pytest
Expand Down

0 comments on commit c247f4f

Please sign in to comment.