Skip to content

Commit

Permalink
Workflow attempt 3
Browse files Browse the repository at this point in the history
  • Loading branch information
ManjotSingh18 committed Apr 16, 2024
1 parent 7cbd57d commit bda288e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions assets/tsdb.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
"""
import env, psycopg2, psycopg2.extras
def connect():
Expand All @@ -17,3 +18,4 @@ def execute_query(conn, query):
cursor = conn.cursor(cursor_factory=psycopg2.extras.DictCursor)
cursor.execute(query)
return cursor.fetchall()
"""
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ Jinja2==3.1.3
MarkupSafe==2.1.5
Werkzeug==3.0.2
zipp==3.18.1
pyscopg2-binary==2.9.9

0 comments on commit bda288e

Please sign in to comment.