Python script to generate montly AWS cost and usage report break down
6
stars
2
forks
source link
TypeError: unsupported operand type(s) for |: 'type' and 'NoneType', Remove '|' syntax to lower required python version #9
Closed
EreminAnton closed 9 months ago
$ python3 aws-cost-and-usage-report.py -h Traceback (most recent call last): File "/Users/azhelezov/git/kosli/aws-cost-and-usage-report-generator/aws-cost-and-usage-report.py", line 15, in
import reservations
File "/Users/azhelezov/git/kosli/aws-cost-and-usage-report-generator/reservations.py", line 22, in
) -> dict | None:
TypeError: unsupported operand type(s) for |: 'type' and 'NoneType'