Skip to content

Commit 17cf6ae

Browse files
committed
Fix doubled import
1 parent 86e8e28 commit 17cf6ae

File tree

1 file changed

+0
-1
lines changed
  • template/{{package_name}}/app/views

1 file changed

+0
-1
lines changed

template/{{package_name}}/app/views/error.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
"""Application implementation - error response."""
22
from typing import Dict, Any, Optional, List, Union
3-
from typing import Dict, Any, Optional, List
43
from http import HTTPStatus
54

65
from pydantic import BaseModel, root_validator

0 commit comments

Comments
 (0)