Remove annotations import (#6109)

This commit is contained in:
Komal 2021-01-14 12:36:11 -08:00 committed by GitHub
parent 683b4de2f0
commit dd66d8d2ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -13,6 +13,9 @@ CHANGELOG
- [automation/go] Set DryRun on previews so unknowns are identified correctly.
[#6099](https://github.com/pulumi/pulumi/pull/6099)
- [sdk/python] Fix python 3.6 support by removing annotations import.
[#6109](https://github.com/pulumi/pulumi/pull/6109)
## 2.17.1 (2021-01-13)

View file

@ -12,8 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from __future__ import annotations
import json
import grpc
from concurrent import futures