GoogleCloudPlatform / database-assessment

Database Migration Assessment
https://googlecloudplatform.github.io/database-assessment/
Apache License 2.0
56 stars 34 forks source link

fix: set `3.8` compatible type hints #373

Closed cofin closed 3 months ago

cofin commented 3 months ago

This PR change 2 type hints to the 3.8 style syntax.

list[T] vs List[T]