Skip to content

Commit 9e481eb

Browse files
committed
Remove unused import
1 parent e17370e commit 9e481eb

File tree

1 file changed

+1
-1
lines changed
  • aws_lambda_powertools/utilities/validation

1 file changed

+1
-1
lines changed

aws_lambda_powertools/utilities/validation/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import logging
2-
from typing import Any, Dict, Optional, Union
2+
from typing import Dict, Optional, Union
33

44
import fastjsonschema # type: ignore
55

0 commit comments

Comments
 (0)