Skip to content

Commit c3f516d

Browse files
committed
Fix linting error
1 parent 55af2da commit c3f516d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sdks/python/apache_beam/runners/interactive/display/pipeline_graph.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,12 @@
2525
import collections
2626
import logging
2727
import threading
28+
from typing import Any
2829
from typing import DefaultDict
2930
from typing import Dict
3031
from typing import Iterator
3132
from typing import List
32-
from typing import Any, Optional
33+
from typing import Optional
3334
from typing import Tuple
3435
from typing import Union
3536

0 commit comments

Comments
 (0)