Used ruff to cleanup
I hope it just works right as I cannot test things if they work
This commit is contained in:
parent
8d11e4a81c
commit
b1e0a414cf
12 changed files with 6 additions and 33 deletions
|
|
@ -4,11 +4,10 @@ import dataclasses
|
|||
from datetime import datetime, timedelta
|
||||
import enum
|
||||
import json
|
||||
from pathlib import Path
|
||||
from typing import Any, Dict, List
|
||||
from pydantic import BaseModel
|
||||
from rec import routing
|
||||
from sqlmodel import JSON, TEXT, SQLModel, Field, String
|
||||
from sqlmodel import JSON, TEXT, SQLModel, Field
|
||||
|
||||
|
||||
@dataclass(frozen=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue