Skip to content

Commit

Permalink
fixup! fixup! Add timeout for job cancel
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobiasz Kędzierski committed Oct 16, 2020
1 parent 2a01723 commit e204c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/providers/google/cloud/hooks/dataflow.py
Expand Up @@ -30,7 +30,7 @@
import warnings
from copy import deepcopy
from tempfile import TemporaryDirectory
from typing import Any, Callable, Dict, List, Optional, Sequence, TypeVar, Union, cast
from typing import Any, Callable, List, Optional, Sequence, TypeVar, Union, cast

from googleapiclient.discovery import build

Expand Down

0 comments on commit e204c61

Please sign in to comment.