generated from Luis/nextjs-python-web-template
nix fmt
This commit is contained in:
@@ -5,8 +5,8 @@ from typing import Any
|
||||
from pydantic import AnyUrl, BaseModel, validator
|
||||
from pydantic.tools import parse_obj_as
|
||||
|
||||
from ..clan_types import validate_path
|
||||
from ..dirs import clan_data_dir, clan_flakes_dir
|
||||
from ..types import validate_path
|
||||
|
||||
DEFAULT_URL = parse_obj_as(AnyUrl, "http://localhost:8000")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user