Skip to content

Commit 92fd05b

Browse files
committed
fix: type errors caused by older python versions
1 parent 3df6d1b commit 92fd05b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

aws_advanced_python_wrapper/utils/rdsutils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
from __future__ import annotations
16+
1517
from re import Match, search, sub
1618
from typing import Dict, Optional
1719

0 commit comments

Comments
 (0)