Skip to content

Commit 0bfb32c

Browse files
committed
fix linting errors
1 parent 938b0de commit 0bfb32c

File tree

1 file changed

+2
-2
lines changed
  • functions/v2/cloudevent-logging

1 file changed

+2
-2
lines changed

functions/v2/cloudevent-logging/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
#
14+
#
1515
# [START functions_structured_logging_event]
16+
import functions_framework
1617
import google.cloud.logging
1718
from google.cloud.logging.handlers import StructuredLogHandler
1819
from google.cloud.logging_v2.handlers import setup_logging
1920

20-
import functions_framework
2121

2222
@functions_framework.cloud_event
2323
def structured_logging_event(cloud_event):

0 commit comments

Comments
 (0)