Skip to content

Commit

Permalink
fix: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
joffreybienvenu-infrabel committed Nov 21, 2023
1 parent b4fb9cf commit d904a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/providers/http/operators/http.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import base64
import pickle
import warnings
from typing import TYPE_CHECKING, Any, Callable, Sequence, cast
from typing import TYPE_CHECKING, Any, Callable, Sequence

from requests import Response

Expand Down

0 comments on commit d904a72

Please sign in to comment.