Skip to content

Commit 18cf2cf

Browse files
Move tft_beam import so imports are in alphabetical order
1 parent 3a076ed commit 18cf2cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/chicago_taxi/preprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
from trainer import taxi
2727

2828
import tensorflow_transform as transform
29+
import tensorflow_transform.beam as tft_beam
2930

3031
from tensorflow_transform.coders import example_proto_coder
31-
import tensorflow_transform.beam as tft_beam
3232
from tensorflow_transform.tf_metadata import dataset_metadata
3333
from tensorflow_transform.tf_metadata import dataset_schema
3434

0 commit comments

Comments
 (0)