Skip to content

Commit 0cf5062

Browse files
authored
Add import statement for Optional type
Signed-off-by: Eric Brown <ericwb@users.noreply.github.com>
1 parent e06f2b4 commit 0cf5062

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

precli/rules/java/stdlib/java_security_weak_random.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
_New in version 0.5.0_
7979
8080
""" # noqa: E501
81+
8182
from typing import Optional
8283

8384
from precli.core.call import Call

0 commit comments

Comments
 (0)