Skip to content

Commit c277691

Browse files
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
1 parent f5eacb5 commit c277691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fastapi_cli/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import logging
22
from pathlib import Path
3-
from typing import Any, Dict, Optional, Union
3+
from typing import Any, Dict, Optional
44

55
from pydantic import BaseModel, StrictStr
66
from pydantic.version import VERSION as PYDANTIC_VERSION

0 commit comments

Comments
 (0)