Skip to content

Commit e9d8d7d

Browse files
iennaegcf-owl-bot[bot]David Cavazos
authored
fix(gae): resolve linting issues in main_test.py (#12557)
* fix(gae): resolve linting issues in main_test.py * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * fix: resolve linting issues where pytest not available for python versions * add requirement six --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: David Cavazos <[email protected]>
1 parent c16c065 commit e9d8d7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

appengine/standard/iap/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ Flask==1.1.4; python_version < '3.0'
22
Flask==2.1.0; python_version > '3.0'
33
Werkzeug==1.0.1; python_version < '3.0'
44
Werkzeug==3.0.3; python_version > '3.0'
5+
six==1.16.0

0 commit comments

Comments
 (0)