Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Apr 3, 2024
1 parent 278dc7c commit ee70c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weaver/vault/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
from weaver.wps_restapi.utils import HTTPHeadFileResponse

if TYPE_CHECKING:
import cgi
from typing import Optional

import cgi
from pyramid.httpexceptions import HTTPException
from pyramid.request import Request

Expand Down

0 comments on commit ee70c77

Please sign in to comment.