Skip to content

Commit fe69dfe

Browse files
committed
Fix W0611: Unused Union imported from typing (unused-import)
1 parent c0deb3a commit fe69dfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/host-info/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Main module for the host-info function handler."""
22

33
from logging import Logger
4-
from typing import Dict, Optional, Union
4+
from typing import Dict, Optional
55

66
from crowdstrike.foundry.function import Function, Request, Response
77

0 commit comments

Comments
 (0)