Skip to content

Commit

Permalink
support python versions 3.8 or lower
Browse files Browse the repository at this point in the history
  • Loading branch information
mtskillman committed Aug 12, 2023
1 parent e972fbe commit 83231af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions awsume/awsumepy/lib/aws.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

import os
import argparse
import dateutil
Expand Down

0 comments on commit 83231af

Please sign in to comment.