brennerm / aws-quota-checker

Keep an eye on your AWS quotas before you hit their limits
https://pypi.org/project/aws-quota-checker/
MIT License
84 stars 36 forks source link

Replaced os.path with pathlib #34

Closed dbermuehler closed 2 years ago

dbermuehler commented 2 years ago

Simplified the code by replacing old-school os.path with pathlib.Path.

brennerm commented 2 years ago

@dbermuehler I'm a fan of oldschool Python. :wink: Merging anyway, thanks!