diff --git a/vortex/flows/resources/postgres.py b/vortex/flows/resources/postgres.py index 90b600f..c412b50 100644 --- a/vortex/flows/resources/postgres.py +++ b/vortex/flows/resources/postgres.py @@ -15,7 +15,6 @@ import psycopg2 - class PostgresResource(BaseModel): """ The `PostgresResource` class represents a resource for connecting to a PostgreSQL database.