Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmccluskey committed Dec 2, 2024
1 parent de86442 commit 19b6f67
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion sdks/python/apache_beam/typehints/decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ def foo((a, b)):
import inspect
import itertools
import logging
import sys
import traceback
import types
from typing import Any
Expand Down
1 change: 0 additions & 1 deletion sdks/python/apache_beam/typehints/decorators_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
# pytype: skip-file

import functools
import sys
import typing
import unittest

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

import collections.abc
import enum
import sys
import typing
import unittest

Expand Down
1 change: 0 additions & 1 deletion sdks/python/apache_beam/typehints/typed_pipeline_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

# pytype: skip-file

import sys
import typing
import unittest

Expand Down

0 comments on commit 19b6f67

Please sign in to comment.