Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bolyachevets committed Oct 25, 2024
1 parent 0fa2d1a commit c3dbb4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions queue_services/auth-queue/src/auth_queue/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
@dataclass
class DBConfig:
"""Database configuration settings."""

unix_sock: str
database: str
user: str
Expand All @@ -39,6 +40,7 @@ class DBConfig:

def getconn(connector: Connector, db_config: DBConfig) -> object:
"""Create a database connection.
Args:
connector (Connector): The Google Cloud SQL connector instance.
db_config (DBConfig): The database configuration.
Expand Down

0 comments on commit c3dbb4a

Please sign in to comment.