Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
Signed-off-by: Curiefense Bootstrap Script <yoavk@reblaze.com>
  • Loading branch information
yoavkatzman committed Mar 2, 2023
1 parent 1f07c38 commit d473c4a
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions curiefense/curieconf/server/curieconf/confserver/v3/api.py
Expand Up @@ -4,15 +4,7 @@
from typing import Optional, List, Union

from fastapi import Request, HTTPException, APIRouter
from pydantic import (
BaseModel,
Field,
StrictStr,
StrictBool,
StrictInt,
Extra,
HttpUrl
)
from pydantic import BaseModel, Field, StrictStr, StrictBool, StrictInt, Extra, HttpUrl
import jsonschema
import bleach

Expand Down

0 comments on commit d473c4a

Please sign in to comment.