mirror of
https://github.com/Xevion/linkpulse.git
synced 2025-12-07 11:15:35 -06:00
Minor documentation improvement in utilities.py
This commit is contained in:
@@ -1,8 +1,14 @@
|
||||
"""utilities.py
|
||||
This module provides utility functions for database connection, string manipulation, and IP address handling.
|
||||
"""
|
||||
|
||||
import os
|
||||
from typing import Optional
|
||||
|
||||
from fastapi import Request
|
||||
from peewee import PostgresqlDatabase
|
||||
|
||||
# globally referenced
|
||||
is_development = os.getenv("ENVIRONMENT") == "development"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user