Skip to content

Commit a8f585e

Browse files
committed
Fix lint
1 parent d9921bd commit a8f585e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdks/python/apache_beam/typehints/row_type_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717

1818
"""Unit tests for the Beam Row typing functionality."""
1919

20-
from dataclasses import dataclass
2120
import typing
2221
import unittest
22+
from dataclasses import dataclass
2323

2424
import apache_beam as beam
2525
from apache_beam.testing.test_pipeline import TestPipeline

0 commit comments

Comments
 (0)