Skip to content

Commit

Permalink
refactor: Remove unused import in main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cristian-rincon committed Sep 13, 2024
1 parent e3cd3b7 commit f4e6ff1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added infra/graph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion product_sales/ingestion/main.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import json
import os

from flask import jsonify, request
from flask import jsonify
from google.cloud import pubsub_v1

# Define variables de entorno para el proyecto y el nombre del topic
Expand Down

0 comments on commit f4e6ff1

Please sign in to comment.