Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions sdks/python/apache_beam/io/filesystem_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"""Unit tests for filesystem module."""
import bz2
import gzip
import logging
import os
import tempfile
import unittest
Expand Down
1 change: 1 addition & 0 deletions sdks/python/apache_beam/io/filesystemio_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"""Tests for filesystemio."""

import io
import logging
import multiprocessing
import os
import threading
Expand Down
1 change: 1 addition & 0 deletions sdks/python/apache_beam/io/filesystems_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"""Unit tests for LocalFileSystem."""

import filecmp
import logging
import os
import shutil
import tempfile
Expand Down
1 change: 1 addition & 0 deletions sdks/python/apache_beam/io/gcp/gcsfilesystem_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

"""Unit tests for GCS File System."""

import logging
import unittest

import mock
Expand Down
1 change: 1 addition & 0 deletions sdks/python/apache_beam/io/hadoopfilesystem_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
from __future__ import absolute_import

import io
import logging
import posixpath
import unittest

Expand Down
1 change: 1 addition & 0 deletions sdks/python/apache_beam/io/localfilesystem_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"""Unit tests for LocalFileSystem."""

import filecmp
import logging
import os
import shutil
import tempfile
Expand Down
2 changes: 1 addition & 1 deletion sdks/python/apache_beam/options/value_provider_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#

"""Unit tests for the ValueProvider class."""

import logging
import unittest

from apache_beam.options.pipeline_options import PipelineOptions
Expand Down
1 change: 1 addition & 0 deletions sdks/python/apache_beam/transforms/create_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#

"""Unit tests for the Create and _CreateSource classes."""
import logging
import unittest

from apache_beam import Create
Expand Down
1 change: 1 addition & 0 deletions sdks/python/apache_beam/transforms/util_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

"""Unit tests for the transform.util classes."""

import logging
import time
import unittest

Expand Down