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/transforms/window.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@

from google.protobuf import duration_pb2
from google.protobuf import timestamp_pb2
from past.builtins import cmp

from apache_beam.coders import coders
from apache_beam.portability import common_urns
Expand Down
3 changes: 1 addition & 2 deletions sdks/python/scripts/run_mini_py3lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,4 @@ if test $# -gt 0; then
fi

echo "Running flake8 for module $MODULE:"
# TODO(BEAM-3959): Add F821 (undefined names) as soon as that test passes
flake8 $MODULE --count --select=E9,F822,F823 --show-source --statistics
flake8 $MODULE --count --select=E9,F821,F822,F823 --show-source --statistics