Skip to content

Commit

Permalink
fix 2to3 error in updating composer example (#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Ferriero authored Apr 16, 2020
1 parent ab900fd commit 320d2c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import json

from tzlocal import get_localzone
from . import make_iap_request as iap
import make_iap_request as iap


def main():
Expand Down
2 changes: 1 addition & 1 deletion examples/cloud-composer-examples/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
apache-airflow[gcp]==1.10.3
apache-beam>=2.15.0
apache-beam==2.15.0
tzlocal>=1.5.1

0 comments on commit 320d2c1

Please sign in to comment.