mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
fix: package lock
This commit is contained in:
parent
436d3535e3
commit
2552016a36
5 changed files with 72 additions and 82 deletions
|
|
@ -1,6 +1,4 @@
|
|||
from uuid import uuid4
|
||||
from fastapi import Depends, HTTPException, Request
|
||||
from requests import session
|
||||
from sqlmodel import Session, select
|
||||
from src.db.organization_config import OrganizationConfig
|
||||
from src.db.organizations import Organization
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
import json
|
||||
import logging
|
||||
from datetime import datetime
|
||||
from logging import config
|
||||
from typing import Literal
|
||||
from uuid import uuid4
|
||||
from sqlmodel import Session, select
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue