Skip to content

Commit ef8302f

Browse files
committed
linting
1 parent 16a1822 commit ef8302f

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

sdks/python/apache_beam/typehints/native_type_compatibility.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
import collections
2323
import collections.abc
2424
import logging
25-
import sys
2625
import types
2726
import typing
2827
from typing import Generic

sdks/python/apache_beam/typehints/typehints.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@
6767

6868
import copy
6969
import logging
70-
import sys
7170
import types
7271
import typing
7372
from collections import abc

sdks/python/apache_beam/typehints/typehints_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
import collections.abc
2323
import functools
2424
import re
25-
import sys
2625
import typing
2726
import unittest
2827

0 commit comments

Comments
 (0)