Skip to content

Commit f2b7314

Browse files
committed
Remove unused imports
1 parent e7944ed commit f2b7314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project_setup/scripts/terraform-to-secrets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ import logging
5858
import re
5959
import subprocess # nosec : security implications have been considered
6060
import sys
61-
from typing import Any, Dict, Optional, Tuple, Union
61+
from typing import Any
6262

6363
# Third-Party Libraries
6464
import docopt

0 commit comments

Comments
 (0)